flutter/packages/flutter_tools/lib/src/linux
stuartmorgan 7407695816
Add profile support on macOS (#39264)
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
2019-08-26 16:30:30 -07:00
..
application_package.dart Add profile support on macOS (#39264) 2019-08-26 16:30:30 -07:00
build_linux.dart Add build warning for non-debug desktop builds (#38932) 2019-08-20 20:16:29 -07:00
linux_device.dart Add --target support for Windows and Linux (#34660) 2019-07-01 14:49:34 -07:00
linux_doctor.dart Add linux doctor implementation (#34755) 2019-06-20 08:20:57 -07:00
linux_workflow.dart Reland: use flutter features for web and desktop (#36699) 2019-07-22 15:34:03 -07:00
makefile.dart Re-enable const (#31600) 2019-04-29 16:02:42 -07:00