]> git.saurik.com Git - cycript.git/commitdiff
Removed -mthumb, as it isn't working for me.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 20 Oct 2009 11:31:18 +0000 (11:31 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 20 Oct 2009 11:31:18 +0000 (11:31 +0000)
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)