未验证 提交 37789650 编写于 作者: A Alexander Markov 提交者: GitHub

Enable Dart 2.0 fixed-size integers in Flutter (#4501)

上级 0a93f9ff
......@@ -92,10 +92,8 @@ namespace {
// Arguments passed to the Dart VM in all configurations.
static const char* kDartLanguageArgs[] = {
"--enable_mirrors=false",
"--background_compilation",
"--await_is_keyword",
"--causal_async_stacks",
"--enable_mirrors=false", "--background_compilation", "--await_is_keyword",
"--causal_async_stacks", "--limit-ints-to-64-bits",
};
static const char* kDartPrecompilationArgs[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册