Skip to content

Commit

Permalink
Remove workaround for runtime failures with Xcode 15 that added -ld_c…
Browse files Browse the repository at this point in the history
…lassic link flag.
  • Loading branch information
nyamatongwe committed Sep 18, 2024
1 parent 68e8bfe commit efaa119
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Lexilla/Lexilla.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,6 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
"OTHER_LDFLAGS[arch=*]" = "-Wl,-ld_classic";
SDKROOT = macosx;
};
name = Debug;
Expand Down Expand Up @@ -864,7 +863,6 @@
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
"OTHER_LDFLAGS[arch=*]" = "-Wl,-ld_classic";
SDKROOT = macosx;
};
name = Release;
Expand Down

0 comments on commit efaa119

Please sign in to comment.