Skip to content

Commit 13f3832

Browse files
Get things compile in Xcode 12 (is not guaranteed to work)
1 parent 2ca4305 commit 13f3832

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CPUFriend.xcodeproj/project.pbxproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
1C748C1E1C21952C0024EED2 /* Project object */ = {
172172
isa = PBXProject;
173173
attributes = {
174-
LastUpgradeCheck = 1120;
174+
LastUpgradeCheck = 1200;
175175
ORGANIZATIONNAME = Vanilla;
176176
TargetAttributes = {
177177
1C748C261C21952C0024EED2 = {
@@ -354,6 +354,9 @@
354354
"-fno-non-call-exceptions",
355355
"-fno-builtin",
356356
"-fno-asynchronous-unwind-tables",
357+
"-Wno-unknown-warning-option",
358+
"-Wno-ossharedptr-misuse",
359+
"-Wno-vla",
357360
);
358361
OTHER_LDFLAGS = "-static";
359362
PRODUCT_BUNDLE_IDENTIFIER = org.vanilla.driver.CPUFriend;
@@ -400,6 +403,9 @@
400403
"-fno-non-call-exceptions",
401404
"-fno-builtin",
402405
"-fno-asynchronous-unwind-tables",
406+
"-Wno-unknown-warning-option",
407+
"-Wno-ossharedptr-misuse",
408+
"-Wno-vla",
403409
);
404410
OTHER_LDFLAGS = "-static";
405411
PRODUCT_BUNDLE_IDENTIFIER = org.vanilla.driver.CPUFriend;

0 commit comments

Comments
 (0)