Skip to content

Commit

Permalink
Turningi off LTO and linker stripping per: https://github.com/pandamo…
Browse files Browse the repository at this point in the history
  • Loading branch information
John C. Daub committed Nov 25, 2013
1 parent d392f6b commit c4ed5f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BlocksKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1506,10 +1506,12 @@
buildSettings = {
GCC_DYNAMIC_NO_PIC = NO;
HEADER_SEARCH_PATHS = "$(SRCROOT)/libffi/ios/include";
LLVM_LTO = NO;
PRIVATE_HEADERS_FOLDER_PATH = "../$(PRODUCT_NAME)/$(PRODUCT_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = "../$(PRODUCT_NAME)/$(PRODUCT_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Debug;
};
Expand All @@ -1518,10 +1520,12 @@
buildSettings = {
GCC_DYNAMIC_NO_PIC = NO;
HEADER_SEARCH_PATHS = "$(SRCROOT)/libffi/ios/include";
LLVM_LTO = NO;
PRIVATE_HEADERS_FOLDER_PATH = "../$(PRODUCT_NAME)/$(PRODUCT_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = "../$(PRODUCT_NAME)/$(PRODUCT_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
};
name = Release;
};
Expand Down

0 comments on commit c4ed5f0

Please sign in to comment.