Skip to content

Commit

Permalink
enable async stack traces in all modes (flutter#3948)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjbanov authored Aug 4, 2017
1 parent fabd500 commit ff50334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/dart_init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ static const char* kDartLanguageArgs[] = {
"--background_compilation",
"--await_is_keyword",
"--assert_initializer",
"--causal_async_stacks",
};

static const char* kDartPrecompilationArgs[] = {
Expand Down

0 comments on commit ff50334

Please sign in to comment.