Skip to content

Commit 104c6a1

Browse files
Force x86_64
1 parent 13f3832 commit 104c6a1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CPUFriend.xcodeproj/project.pbxproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
isa = XCBuildConfiguration;
233233
buildSettings = {
234234
ALWAYS_SEARCH_USER_PATHS = NO;
235+
ARCHS = x86_64;
235236
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
236237
CLANG_CXX_LIBRARY = "libc++";
237238
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
@@ -279,6 +280,7 @@
279280
isa = XCBuildConfiguration;
280281
buildSettings = {
281282
ALWAYS_SEARCH_USER_PATHS = NO;
283+
ARCHS = x86_64;
282284
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
283285
CLANG_CXX_LIBRARY = "libc++";
284286
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
@@ -355,8 +357,8 @@
355357
"-fno-builtin",
356358
"-fno-asynchronous-unwind-tables",
357359
"-Wno-unknown-warning-option",
358-
"-Wno-ossharedptr-misuse",
359-
"-Wno-vla",
360+
"-Wno-ossharedptr-misuse",
361+
"-Wno-vla",
360362
);
361363
OTHER_LDFLAGS = "-static";
362364
PRODUCT_BUNDLE_IDENTIFIER = org.vanilla.driver.CPUFriend;
@@ -404,8 +406,8 @@
404406
"-fno-builtin",
405407
"-fno-asynchronous-unwind-tables",
406408
"-Wno-unknown-warning-option",
407-
"-Wno-ossharedptr-misuse",
408-
"-Wno-vla",
409+
"-Wno-ossharedptr-misuse",
410+
"-Wno-vla",
409411
);
410412
OTHER_LDFLAGS = "-static";
411413
PRODUCT_BUNDLE_IDENTIFIER = org.vanilla.driver.CPUFriend;

0 commit comments

Comments
 (0)