]> git.saurik.com Git - cycript.git/blobdiff - makefile
Reset accidental debugging flags hardcode.
[cycript.git] / 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)