From 39b1f27c909aee67526c4a7dbc9c8f1cbec98402 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Thu, 20 Aug 2020 11:15:15 -1000 Subject: Clang still refuses to play nice, so just ivars for this another way --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf456e8..f9c6efb 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,11 @@ PACKAGE_VERSION := $(shell ./version.sh) include theos/makefiles/common.mk TWEAK_NAME := MobileSafety -MobileSafety_CFLAGS := -Wno-return-stack-address MobileSafety_FILES := Tweak.xm MobileSafety_FRAMEWORKS := UIKit MobileSafety_OPTFLAG := -O2 -ADDITIONAL_CFLAGS += -Wno-error=tautological-undefined-compare -Wno-error=deprecated-declarations -Wno-error=return-stack-address +ADDITIONAL_CFLAGS += -Wno-error=tautological-undefined-compare -Wno-error=deprecated-declarations #ADDITIONAL_LDFLAGS += -Xarch_armv6 -Wl,-lgcc_s.1 #ADDITIONAL_LDFLAGS += -Xarch_armv6 -Wl,-segalign,4000 -Xarch_armv6 -ffixed-r9 -- cgit v1.2.3