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 8cab037 commit b94b58d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions DebugEnhancer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
Expand Down Expand Up @@ -303,6 +304,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
Expand Down Expand Up @@ -379,8 +381,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 = as.lvs1974.DebugEnhancer;
Expand Down Expand Up @@ -427,8 +429,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 = as.lvs1974.DebugEnhancer;
Expand Down

0 comments on commit b94b58d

Please sign in to comment.