Skip to content

Commit

Permalink
Force x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Aug 1, 2020
1 parent 8a85304 commit 515aec2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions WhateverGreen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -521,6 +522,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -599,8 +601,8 @@
"-fno-builtin",
"-fno-asynchronous-unwind-tables",
"-Wno-unknown-warning-option",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
);
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = "$(MODULE_NAME)";
Expand Down Expand Up @@ -647,8 +649,8 @@
"-fno-builtin",
"-fno-asynchronous-unwind-tables",
"-Wno-unknown-warning-option",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
);
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = "$(MODULE_NAME)";
Expand Down Expand Up @@ -698,6 +700,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -783,8 +786,8 @@
"-fsanitize=undefined,nullability",
"-fno-sanitize=function",
"-Wno-unknown-warning-option",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
);
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = "$(MODULE_NAME)";
Expand Down

0 comments on commit 515aec2

Please sign in to comment.