mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Enable conditional directives
This commit is contained in:
parent
12ead47913
commit
4c465a4baf
@ -16,6 +16,7 @@ extern void* kDartIsolateSnapshotBuffer;
|
||||
static const char* kDartArgs[] = {
|
||||
"--enable_mirrors=false",
|
||||
"--load_deferred_eagerly=true",
|
||||
"--conditional_directives",
|
||||
};
|
||||
|
||||
void InitDartVM() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user