diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-08-13 16:53:32 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-08-13 16:53:32 -0700 |
commit | 65b3db5d597d7478be7bd6c38708ddc857719503 (patch) | |
tree | b4a48a435696bae0d5b39bf0a73c705af3972b98 /makefile | |
parent | 590ccda599b2ba57b896305f6974abb11589558f (diff) | |
download | mu-65b3db5d597d7478be7bd6c38708ddc857719503.tar.gz |
1990 - extra ingredient for 'trace' depth
Now we can make use of all the depths from 1 to 99.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index 7b8192ec..d06bc762 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ all: mu_bin core.mu mu_bin: makefile enumerate/enumerate tangle/tangle mu.cc termbox/libtermbox.a - c++ -g -O3 -Wall -Wextra -fno-strict-aliasing mu.cc termbox/libtermbox.a -o mu_bin + c++ -g -Wall -Wextra -fno-strict-aliasing mu.cc termbox/libtermbox.a -o mu_bin # To see what the program looks like after all layers have been applied, read # mu.cc |