]> git.saurik.com Git - cycript.git/commitdiff
Reset accidental debugging flags hardcode.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 24 Oct 2009 19:39:20 +0000 (19:39 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 24 Oct 2009 19:39:20 +0000 (19:39 +0000)
makefile

index edf2668c024ba26bc7cfad38c2ab6c57cedde8f0..71edf48eb0232075732a8bef8685324926031656 100644 (file)
--- 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)