Code

Add -O0 to the debug flags
[tig.git] / 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