• C
    Eliminate support for Dart 1 (#5504) · 0ea93c3a
    Chris Bracken 提交于
    Eliminates support for running directly from sources or script snapshots. In
    debug mode, we run from a kernel snapshot; in profile and release modes, we
    link in AOT-compiled code.
    
    Renames --dart-non-checked-mode to --disable-dart-asserts since checked mode
    does not make sense in Dart 2.
    0ea93c3a
FlutterDartProject.mm 7.3 KB