summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-11-17 01:17:34 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2014-11-17 01:17:34 -0800
commitfdfdf15c18a3191ee76ed6b164a34ea58f5a892e (patch)
tree8b20bfbd072b2a6ecc0845cb3af7c50027288248
parent45070d68fd412df7f729a5c8b6fc346d5efba39f (diff)
I don't think Safe Mode has been working on iOS 2.
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c64528..fa4942a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,7 @@ TWEAK_NAME := MobileSafety
MobileSafety_FILES := Tweak.xm
MobileSafety_FRAMEWORKS := UIKit
+ADDITIONAL_CFLAGS += -mllvm -arm-reserve-r9
+ADDITIONAL_LDFLAGS += -Xarch_armv6 -Wl,-lgcc_s.1
+
include $(THEOS_MAKE_PATH)/tweak.mk