about summary refs log tree commit diff stats
path: root/subx/drun
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-02-14 18:41:29 -0800
committerKartik Agaram <vc@akkartik.com>2019-02-14 18:42:21 -0800
commit1076cc4cf93bd4a8df72caeae67a57010f7e53bc (patch)
tree4a116f00a41de54c17e57c4a7591322db2b0062e /subx/drun
parent833152354e906bee0721e02995f186c1948d72f1 (diff)
downloadmu-1076cc4cf93bd4a8df72caeae67a57010f7e53bc.tar.gz
4964
Diffstat (limited to 'subx/drun')
-rwxr-xr-xsubx/drun4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/drun b/subx/drun
index 9e802c31..87092a9d 100755
--- a/subx/drun
+++ b/subx/drun
@@ -9,9 +9,9 @@ fi
 
 if [[ $1 == 'ex'* ]]
 then
-  CFLAGS=-g ./subx --map --dump run examples/$* 2>x
+  CFLAGS=-g ./subx --map --trace run examples/$* 2>x
   exit $?
 fi
 
-CFLAGS=-g ./subx --map --dump run apps/$* 2>x
+CFLAGS=-g ./subx --map --trace run apps/$* 2>x
 exit $?