From 4a2e313e3bb877d667e61bf1ae7dd7a14a73893f Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 23 Nov 2014 23:30:41 +0100 Subject: [PATCH] Disable debug mode by default in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f803089..5c0c174 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ compile: bison --verbose -d Monicelli.y flex Monicelli.ll - gcc -DYYDEBUG=1 Monicelli.tab.c lex.yy.c main.c -o mcc + gcc -DYYDEBUG=0 Monicelli.tab.c lex.yy.c main.c -o mcc rm Monicelli.tab.* lex.yy.c graph: