• Chris Bracken's avatar
    Correct profile-mode AOT snapshot flags (#17435) · 1c27a458
    Chris Bracken authored
    Previously, in non-release (i.e. profile) AOT builds, we were setting
    --no-checked and --conditional_directives flags. --no-checked is the
    default, and we don't make use of conditional directives in Flutter.
    1c27a458
build_test.dart 18.5 KB