Skip to content

Commit

Permalink
Only build x86_64 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Dec 12, 2022
1 parent a10a892 commit 5b9f56f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MAME.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
D00A069A1763763000C99008 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "compiler-default";
Expand Down Expand Up @@ -357,6 +358,7 @@
D00A069B1763763000C99008 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "compiler-default";
Expand Down

0 comments on commit 5b9f56f

Please sign in to comment.