Skip to content

Commit

Permalink
Remove the ld_classic build setting (#3575)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1199333091098016/1208760941595237/f
Tech Design URL:
CC:

Description:

This PR removes the legacy linker setting.
  • Loading branch information
samsymons authored Nov 14, 2024
1 parent c404177 commit 81c9a09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9477,7 +9477,6 @@
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ld_classic";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -9533,7 +9532,6 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "-ld_classic";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down Expand Up @@ -10428,7 +10426,6 @@
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ld_classic";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ALPHA;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down

0 comments on commit 81c9a09

Please sign in to comment.