Skip to content

Commit

Permalink
This is breaking the build when compiling with the “Production” confi…
Browse files Browse the repository at this point in the history
…guration. Not sure what it does, but the “Debug” and “Release” configurations do not have these flags either.
  • Loading branch information
martijnthe committed Jan 16, 2014
1 parent 62b67cf commit 5d9e87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaScriptCore/Configurations/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ DEAD_CODE_STRIPPING_debug = NO;
DEAD_CODE_STRIPPING_normal = YES;
DEAD_CODE_STRIPPING = $(DEAD_CODE_STRIPPING_$(CURRENT_VARIANT));

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

Expand Down

0 comments on commit 5d9e87d

Please sign in to comment.