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 e8a2a1b commit 3cfcfc1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions AppleALC.xcodeproj/project.pbxproj
Expand Up @@ -412,6 +412,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 @@ -460,6 +461,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 @@ -537,8 +539,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 @@ -585,8 +587,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 @@ -624,6 +626,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 @@ -708,8 +711,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 3cfcfc1

Please sign in to comment.