From dd859585be6567ec8891c3d1af7e334c7a4dff42 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 28 Jun 2015 15:53:46 -0700 Subject: 1676 --- tangle/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0