Skip to content

Commit

Permalink
Remove ld flags
Browse files Browse the repository at this point in the history
  • Loading branch information
karbassi committed Sep 15, 2021
1 parent 527c695 commit 96a5950
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions SelfControl.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4465,6 +4465,14 @@
GCC_WARN_UNUSED_FUNCTION = YES;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-l\"c++\"",
"-l\"z\"",
"-framework",
"\"Foundation\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -4501,6 +4509,14 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-l\"c++\"",
"-l\"z\"",
"-framework",
"\"Foundation\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 96a5950

Please sign in to comment.