From: Jay Freeman (saurik) Date: Tue, 20 Oct 2009 11:31:18 +0000 (+0000) Subject: Removed -mthumb, as it isn't working for me. X-Git-Tag: v0.9.432~306 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/6195e7e0f69e4f2381eb5b7f4e1ad021af619e46 Removed -mthumb, as it isn't working for me. --- diff --git a/makefile b/makefile index e369cf5..ec92c13 100644 --- 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)