From fdfdf15c18a3191ee76ed6b164a34ea58f5a892e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 17 Nov 2014 01:17:34 -0800 Subject: I don't think Safe Mode has been working on iOS 2. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3