File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
JavaScriptCore/JavaScriptCore.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 49814981 DEAD_CODE_STRIPPING = "$(DEAD_CODE_STRIPPING_debug)";
49824982 DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
49834983 GCC_OPTIMIZATION_LEVEL = "$(GCC_OPTIMIZATION_LEVEL_debug)";
4984+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
49844985 STRIP_INSTALLED_PRODUCT = "$(STRIP_INSTALLED_PRODUCT_debug)";
49854986 };
49864987 name = Debug;
49894990 isa = XCBuildConfiguration;
49904991 baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
49914992 buildSettings = {
4993+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
49924994 STRIP_INSTALLED_PRODUCT = NO;
49934995 };
49944996 name = Release;
49974999 isa = XCBuildConfiguration;
49985000 baseConfigurationReference = 1C9051450BA9E8A70081E9D0 /* Base.xcconfig */;
49995001 buildSettings = {
5002+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
50005003 };
50015004 name = Production;
50025005 };
51095112 isa = XCBuildConfiguration;
51105113 baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
51115114 buildSettings = {
5115+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
51125116 STRIP_INSTALLED_PRODUCT = NO;
51135117 };
51145118 name = Profiling;
You can’t perform that action at this time.
0 commit comments