From 1d8eea1a267f5660ac2cb0b6886f66bb59209d94 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 24 Oct 2009 19:39:20 +0000 Subject: [PATCH] Reset accidental debugging flags hardcode. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index edf2668..71edf48 100644 --- a/makefile +++ b/makefile @@ -45,8 +45,8 @@ include GNUstep.mk endif endif -flags += -g3 -O0 -DYYDEBUG=1 -#flags += -g0 -O3 +#flags += -g3 -O0 -DYYDEBUG=1 +flags += -g0 -O3 flags += -Wall -Werror -Wno-parentheses flags += -fPIC -fno-common flags += -I. -I$(shell apr-1-config --includedir) -- 2.50.0