]> git.saurik.com Git - cycript.git/blobdiff - makefile
Added -p <name> and updated todo.
[cycript.git] / makefile
index 18cea089b773917f2b169354a658758961edc79b..fb9a6c8c49538b474bcc0384fc59ad15a15b0439 100644 (file)
--- a/makefile
+++ b/makefile
@@ -45,8 +45,8 @@ ifneq ($(shell which gnustep-config 2>/dev/null),)
 endif
 endif
 
-flags += -g3 -O0 -DYYDEBUG=1
-#flags += -g0 -O3
+#flags += -g3 -O0 -DYYDEBUG=1
+flags += -g0 -O3
 flags += -Wall -Werror -Wno-parentheses #-Wno-unused
 flags += -fPIC -fno-common
 flags += -I. -I$(shell apr-1-config --includedir)