about summary refs log tree commit diff stats
path: root/cpp/tangle/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/tangle/makefile')
-rw-r--r--cpp/tangle/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tangle/makefile b/cpp/tangle/makefile
index 3d938c09..24485652 100644
--- a/cpp/tangle/makefile
+++ b/cpp/tangle/makefile
@@ -1,5 +1,5 @@
 tangle: makefile type_list function_list file_list test_file_list test_list
-	g++ -O3 -Wall -Wextra -fno-strict-aliasing boot.cc -o tangle
+	g++ -g -O3 -Wall -Wextra -fno-strict-aliasing boot.cc -o tangle
 
 type_list: boot.cc [0-9]*.cc
 	@# assumes struct decl has space before '{'