Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Commit 03cc517

Browse files
committed
Remove the -march=native compiler flag to restore compatibility with older machines.
Fixes OpenEmu/OpenEmu#4112
1 parent 21f430c commit 03cc517

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Higan.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5568,7 +5568,6 @@
55685568
MACOSX_DEPLOYMENT_TARGET = 10.11;
55695569
OTHER_CFLAGS = (
55705570
"-DPROFILE_PERFORMANCE",
5571-
"-march=native",
55725571
"-fomit-frame-pointer",
55735572
);
55745573
SDKROOT = macosx;
@@ -5636,7 +5635,6 @@
56365635
INFOPLIST_FILE = Info.plist;
56375636
OTHER_CFLAGS = (
56385637
"-DPROFILE_BALANCED",
5639-
"-march=native",
56405638
"-fomit-frame-pointer",
56415639
);
56425640
PRODUCT_BUNDLE_IDENTIFIER = "org.openemu.${PRODUCT_NAME:identifier}";
@@ -5674,7 +5672,6 @@
56745672
INFOPLIST_FILE = Info.plist;
56755673
OTHER_CFLAGS = (
56765674
"-DPROFILE_ACCURACY",
5677-
"-march=native",
56785675
"-fomit-frame-pointer",
56795676
);
56805677
PRODUCT_BUNDLE_IDENTIFIER = "org.openemu.${PRODUCT_NAME:identifier}";

0 commit comments

Comments
 (0)