about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index e72f5a4e..54b19c98 100644
--- a/020run.cc
+++ b/020run.cc
@@ -159,6 +159,7 @@ load_file_or_directory("core.mu");
 :(before "End Commandline Parsing")
 // Check For .mu Files
 //? START_TRACING_UNTIL_END_OF_SCOPE
+//? Dump_trace = true;
 if (argc > 1) {
   // skip argv[0]
   ++argv;