Skip to content

Commit

Permalink
Further tweak the "Build Active Architecture Only" setting
Browse files Browse the repository at this point in the history
Apply the setting at the project level instead of the target level, and
change debug builds to only build the active architecture.
  • Loading branch information
blast007 committed Dec 8, 2024
1 parent 45b969d commit d5e5ba7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Xcode/BZFlag.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6961,7 +6961,7 @@
/opt/homebrew/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
};
name = Release;
};
Expand All @@ -6986,7 +6986,6 @@
buildSettings = {
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/BZFlag-Info.plist";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-lSDL2",
"-lGLEW",
Expand All @@ -7003,7 +7002,6 @@
buildSettings = {
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/BZFlag-Info.plist";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-lSDL2",
"-lGLEW",
Expand Down

0 comments on commit d5e5ba7

Please sign in to comment.