Skip to content

Commit

Permalink
Enable Dart 2.0 fixed-size integers in Flutter (flutter#4501)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarkov authored Jan 2, 2018
1 parent 0a93f9f commit 3778965
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions runtime/dart_init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 3778965

Please sign in to comment.