]> git.saurik.com Git - cycript.git/blobdiff - makefile
More interactivity and @selector start.
[cycript.git] / makefile
index a42a78886c8268ad9dc61ea5a76f7c85b02d84f6..d8533dea4e2f2a97f670ba4bdf790591ed72679c 100644 (file)
--- a/makefile
+++ b/makefile
@@ -6,7 +6,7 @@ endif
 
 package:
 
-flags := -mthumb -g0 -O3 -Wall -Werror -I.
+flags := -mthumb -g3 -O0 -Wall -Werror -I.
 
 all: cycript libcycript.dylib libcycript.plist
 
@@ -26,7 +26,7 @@ libcycript.plist: Bridge.def
        done >$@
 
 Cycript.tab.cc Cycript.tab.hh location.hh position.hh: Cycript.y
-       bison --report=state $<
+       bison -v --report=state $<
 
 lex.cy.c: Cycript.l
        flex $<