]> git.saurik.com Git - cycript.git/blobdiff - makefile
Removed -mthumb, as it isn't working for me.
[cycript.git] / makefile
index e369cf5464e8a438e994abd688a6c0f4c5032e47..ec92c13846ac669aa488e994cd90adb30afc2434 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@ endif
 #flags := -g3 -O0 -DYYDEBUG=1
 flags := -g0 -O3
 
-flags += -mthumb -Wall -Werror -I. -fno-common
+flags += -Wall -Werror -I. -fno-common
 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
 
 svn := $(shell svnversion)