From a2f8b2d76ade1b533b7770405ae6632df933106d Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 17 Jul 2007 10:17:44 +0100 Subject: [PATCH] debug settings in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bf2fca407..c1fc6073a0 100644 --- a/Makefile +++ b/Makefile @@ -234,7 +234,7 @@ endif # CFLAGS and LDFLAGS are for the users to override from the command line. -CFLAGS = -g -O2 -Wall +CFLAGS = -g -Wall LDFLAGS = ALL_CFLAGS = $(CFLAGS) ALL_LDFLAGS = $(LDFLAGS) -- 2.11.4.GIT