From eedf342abb9c7e57e9c46bd4b5862d3cc21800e3 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Thu, 14 Nov 2019 05:44:13 -0500 Subject: [PATCH] [Runtime] Add extra flags from preventing us to add code with warnings. (#7432) --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index 40fa2f47bf..927ecc11b3 100644 --- a/Make.config +++ b/Make.config @@ -190,7 +190,7 @@ IOS_CXX=$(XCODE_CXX) SIMULATOR_BIN_PATH=$(XCODE_DEVELOPER_ROOT)/Platforms/iPhoneSimulator.platform/Developer/usr/bin SIMULATOR_CC=$(IOS_CC) -CFLAGS= -Wall -fms-extensions -Wno-format-security -Wsign-compare -Wshorten-64-to-32 -Wsign-conversion +CFLAGS= -Wall -fms-extensions -Wno-format-security -Wsign-compare -Wshorten-64-to-32 -Wsign-conversion -Wdeprecated -Wuninitialized -fstack-protector-strong ifdef ENABLE_BITCODE_ON_IOS BITCODE_CFLAGS=-fembed-bitcode-marker