Remove --enable-background-compilation (#93)
This commit is contained in:
@@ -315,13 +315,7 @@ class ELinuxDevice extends Device {
|
|||||||
|
|
||||||
void onAttached(ELinuxApp package, BuildMode buildMode, Process process) {}
|
void onAttached(ELinuxApp package, BuildMode buildMode, Process process) {}
|
||||||
|
|
||||||
/// Computes a set of environment variables used to pass debugging information
|
/// Source: [DesktopDevice._computeEnvironment] in `desktop_device.dart`
|
||||||
/// to the engine without interfering with application level command line
|
|
||||||
/// arguments.
|
|
||||||
///
|
|
||||||
/// The format of the environment variables is:
|
|
||||||
/// * FLUTTER_ENGINE_SWITCHES to the number of switches.
|
|
||||||
/// * FLUTTER_ENGINE_SWITCH_<N> (indexing from 1) to the individual switches.
|
|
||||||
Map<String, String> _computeEnvironment(
|
Map<String, String> _computeEnvironment(
|
||||||
DebuggingOptions debuggingOptions, bool traceStartup, String route) {
|
DebuggingOptions debuggingOptions, bool traceStartup, String route) {
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
@@ -337,7 +331,6 @@ class ELinuxDevice extends Device {
|
|||||||
}
|
}
|
||||||
|
|
||||||
addFlag('enable-dart-profiling=true');
|
addFlag('enable-dart-profiling=true');
|
||||||
addFlag('enable-background-compilation=true');
|
|
||||||
|
|
||||||
if (traceStartup) {
|
if (traceStartup) {
|
||||||
addFlag('trace-startup=true');
|
addFlag('trace-startup=true');
|
||||||
|
|||||||
Reference in New Issue
Block a user