]> git.saurik.com Git - cycript.git/blobdiff - makefile
Checkpointing pretty-printing implementation so I can quickly refactor CYNoLeader.
[cycript.git] / makefile
index 518cd481690a583558c8177f9893c6f67cf9f9e0..ec92c13846ac669aa488e994cd90adb30afc2434 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,7 +4,10 @@ else
 target := $(PKG_TARG)-
 endif
 
-flags := -mthumb -g0 -O3 -Wall -Werror -I. -fno-common
+#flags := -g3 -O0 -DYYDEBUG=1
+flags := -g0 -O3
+
+flags += -Wall -Werror -I. -fno-common
 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
 
 svn := $(shell svnversion)