about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-28 15:53:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-28 15:53:46 -0700
commitdd859585be6567ec8891c3d1af7e334c7a4dff42 (patch)
tree9976c735bbcaae824b13c0b6e2b08eb8943741da
parent683961a79047468e560788ff4e403b29f4512f02 (diff)
downloadmu-dd859585be6567ec8891c3d1af7e334c7a4dff42.tar.gz
1676
-rw-r--r--tangle/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tangle/makefile b/tangle/makefile
index 1086f287..e1322345 100644
--- a/tangle/makefile
+++ b/tangle/makefile
@@ -1,5 +1,5 @@
 tangle: makefile type_list function_list file_list test_file_list test_list
-	c++ -g -O3 -Wall -Wextra -fno-strict-aliasing boot.cc -o tangle
+	c++ -O3 -Wall -Wextra -fno-strict-aliasing boot.cc -o tangle
 
 .PHONY: test