• stuartmorgan's avatar
    Add profile support on macOS (#39264) · 74076958
    stuartmorgan authored
    Fix some places where Debug/Release was treated as a binary switch.
    
    Makes similar changes to Windows and Linux to simplify adding profile
    support to those platforms in the future. This means `--profile` builds
    will fail on Linux and Windows for now, but that's fine since they
    aren't actually supported, and unlike `--release` don't provide useful
    functionality at the native code level.
    
    Also fixes 'stopApp' always using Debug on macOS, to avoid showing an
    error when running Profile (or Release).
    
    Fixes #33203
    74076958
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
static Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
build.yaml Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...