Skip to content

Commit 5d9e87d

Browse files
committed
This is breaking the build when compiling with the “Production” configuration. Not sure what it does, but the “Debug” and “Release” configurations do not have these flags either.
1 parent 62b67cf commit 5d9e87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScriptCore/Configurations/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ DEAD_CODE_STRIPPING_debug = NO;
129129
DEAD_CODE_STRIPPING_normal = YES;
130130
DEAD_CODE_STRIPPING = $(DEAD_CODE_STRIPPING_$(CURRENT_VARIANT));
131131

132-
SECTORDER_FLAGS = $(SECTORDER_FLAGS_$(PLATFORM_NAME));
132+
SECTORDER_FLAGS = ; //$(SECTORDER_FLAGS_$(PLATFORM_NAME));
133133
SECTORDER_FLAGS_iphoneos = -Wl,-order_file,$(SDKROOT)/AppleInternal/OrderFiles/JavaScriptCore.order;
134134
SECTORDER_FLAGS_macosx = -Wl,-order_file,JavaScriptCore.order;
135135

0 commit comments

Comments
 (0)