about summary refs log tree commit diff stats
path: root/html/020run.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-06 09:35:10 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-06 09:35:10 -0800
commite7f65b0a4b0af23f5107fb44b8dc39514411589d (patch)
tree1daac08be41d6e9aefc301a30368e5fc88cb320b /html/020run.cc.html
parent650a201d96de650fac3c29f886f100eb7a1c7539 (diff)
downloadmu-e7f65b0a4b0af23f5107fb44b8dc39514411589d.tar.gz
3703
Diffstat (limited to 'html/020run.cc.html')
-rw-r--r--html/020run.cc.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/020run.cc.html b/html/020run.cc.html
index f4aa1652..cd31ef09 100644
--- a/html/020run.cc.html
+++ b/html/020run.cc.html
@@ -198,6 +198,7 @@ load_file_or_directory<span class="Delimiter">(</span><span class="Constant">&qu
 <span class="Delimiter">:(before &quot;End Commandline Parsing&quot;)</span>
 <span class="Comment">// Check For .mu Files</span>
 <span class="CommentedCode">//? START_TRACING_UNTIL_END_OF_SCOPE</span>
+<span class="CommentedCode">//? Dump_trace = true;</span>
 <span class="Normal">if</span> <span class="Delimiter">(</span>argc &gt; <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span>
   <span class="Comment">// skip argv[0]</span>
   ++argv<span class="Delimiter">;</span>