mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
Disable kernel-based expression evaluation. (#5290)
This should be reverted once dartbug.com/33087 is fixed.
This commit is contained in:
committed by
GitHub
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[] = {
|
||||
|
||||
Reference in New Issue
Block a user