about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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