Code

Add -O0 to the debug flags
authorJonas Fonseca <fonseca@diku.dk>
Sat, 24 Jan 2009 12:22:03 +0000 (13:22 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Sat, 24 Jan 2009 12:24:51 +0000 (13:24 +0100)
Makefile

index 1107f95e6ffc990a74c2cf83722dfec3dfebe537..33ef7b87811af95dfb71e9e33b9c3db8137e629f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty)
 
 LDLIBS ?= -lcurses
 CFLAGS ?= -Wall -O2
-DFLAGS = -g -DDEBUG -Werror
+DFLAGS = -g -DDEBUG -Werror -O0
 PROGS  = tig
 MANDOC = tig.1 tigrc.5
 HTMLDOC = tig.1.html tigrc.5.html manual.html README.html NEWS.html