mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Disable kernel-based expression evaluation. (#5290)
This should be reverted once dartbug.com/33087 is fixed.
This commit is contained in:
parent
0167f9f908
commit
45ebf1d4a6
@ -60,6 +60,7 @@ namespace blink {
|
||||
static const char* kDartLanguageArgs[] = {
|
||||
"--enable_mirrors=false", "--background_compilation", "--await_is_keyword",
|
||||
"--causal_async_stacks", "--limit-ints-to-64-bits",
|
||||
"--enable_kernel_expression_compilation=false" // TODO(dartbug.com/33087)
|
||||
};
|
||||
|
||||
static const char* kDartPrecompilationArgs[] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user