Skip to content

Commit d5e5ba7

Browse files
committed
Further tweak the "Build Active Architecture Only" setting
Apply the setting at the project level instead of the target level, and change debug builds to only build the active architecture.
1 parent 45b969d commit d5e5ba7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Xcode/BZFlag.xcodeproj/project.pbxproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -6961,7 +6961,7 @@
69616961
/opt/homebrew/lib,
69626962
);
69636963
MACOSX_DEPLOYMENT_TARGET = 10.13;
6964-
ONLY_ACTIVE_ARCH = YES;
6964+
ONLY_ACTIVE_ARCH = NO;
69656965
};
69666966
name = Release;
69676967
};
@@ -6986,7 +6986,6 @@
69866986
buildSettings = {
69876987
ENABLE_HARDENED_RUNTIME = YES;
69886988
INFOPLIST_FILE = "$(SRCROOT)/BZFlag-Info.plist";
6989-
ONLY_ACTIVE_ARCH = NO;
69906989
OTHER_LDFLAGS = (
69916990
"-lSDL2",
69926991
"-lGLEW",
@@ -7003,7 +7002,6 @@
70037002
buildSettings = {
70047003
ENABLE_HARDENED_RUNTIME = YES;
70057004
INFOPLIST_FILE = "$(SRCROOT)/BZFlag-Info.plist";
7006-
ONLY_ACTIVE_ARCH = NO;
70077005
OTHER_LDFLAGS = (
70087006
"-lSDL2",
70097007
"-lGLEW",

0 commit comments

Comments
 (0)