]> git.saurik.com Git - cycript.git/blobdiff - makefile
Improved lexical syntax errors and added not-isatty detection for selecting the parse...
[cycript.git] / makefile
index 249611eb680e1e3e710c94cab723256c70dd731b..7ed35d28151ae31fe531dd3f392ee139b6e91c36 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,7 +4,7 @@ else
 target := $(PKG_TARG)-
 endif
 
-flags := -mthumb -g3 -O0 -Wall -Werror -I. -fno-common
+flags := -mthumb -g0 -O3 -Wall -Werror -I. -fno-common
 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
 
 svn := $(shell svnversion)