Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: runtime/vm/flag_list.h

Issue 1660063002: Remove many features when building product mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | runtime/vm/flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flag_list.h
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
index c25d5c80effab27b0bbcae7f681352f9d122d26f..3196b780fb6cd093b1a124cd8aad8b7ca3fcdc2b 100644
--- a/runtime/vm/flag_list.h
+++ b/runtime/vm/flag_list.h
@@ -21,5 +21,9 @@ R(pretenure_all, false, bool, false, "Global pretenuring (for testing).") \
D(trace_handles, bool, false, "Traces allocation of handles.") \
D(trace_zones, bool, false, "Traces allocation sizes in the zone.") \
P(verbose_gc, bool, false, "Enables verbose GC.") \
+R(support_debugger, false, bool, true, "Support the debugger.") \
+R(support_service, false, bool, true, "Support the service protocol.") \
+R(support_coverage, false, bool, true, "Support code coverage.") \
+R(support_timeline, false, bool, true, "Support timeline.") \
#endif // VM_FLAG_LIST_H_
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | runtime/vm/flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698