Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index ec7d1b0a72d7599590e7f3609678e71efdaff4a5..db8eb85ccd866af0c0d7dba23fe204db6ffed691 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -134,7 +134,7 @@ |
C(print_stop_message, false, false, bool, false, "Print stop message.") \ |
D(print_variable_descriptors, bool, false, \ |
"Print variable descriptors in disassembly.") \ |
- R(profiler, false, bool, false, "Enable the profiler.") \ |
+ R(profiler, false, bool, !USING_DBC, "Enable the profiler.") \ |
R(profiler_native_memory, false, bool, false, \ |
"Enable native memory statistic collection.") \ |
P(reify_generic_functions, bool, false, \ |