From a443231efc41d9afe57ef190c63e3fd64abf09f8 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 24 Jan 2009 13:22:03 +0100 Subject: [PATCH] Add -O0 to the debug flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.32.0.93.g670b81a890