From: Jay Freeman (saurik) Date: Sat, 24 Oct 2009 19:39:20 +0000 (+0000) Subject: Reset accidental debugging flags hardcode. X-Git-Tag: v0.9.432~257 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/1d8eea1a267f5660ac2cb0b6886f66bb59209d94 Reset accidental debugging flags hardcode. --- 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)