From: Jonas Fonseca Date: Sat, 24 Jan 2009 12:22:03 +0000 (+0100) Subject: Add -O0 to the debug flags X-Git-Url: https://git.tokkee.org/?p=tig.git;a=commitdiff_plain;h=a443231efc41d9afe57ef190c63e3fd64abf09f8 Add -O0 to the debug flags --- diff --git a/Makefile b/Makefile index 1107f95..33ef7b8 100644 --- 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