Skip to content

Commit

Permalink
Seems to be needed to keep Mednafen working
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvacbob committed Jun 2, 2019
1 parent 13cf7f5 commit 6c00cf2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Mednafen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4292,6 +4292,7 @@
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
en,
);
mainGroup = 089C166AFE841209C02AAC07 /* Mednafen */;
Expand Down Expand Up @@ -4763,6 +4764,11 @@
GCC_WARN_UNUSED_VARIABLE = YES;
LLVM_LTO = NO;
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = (
"-fwrapv",
"-mllvm",
"-disable-lsr",
);
SDKROOT = macosx;
};
name = Debug;
Expand Down Expand Up @@ -4799,6 +4805,11 @@
GCC_WARN_UNUSED_VARIABLE = YES;
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = (
"-fwrapv",
"-mllvm",
"-disable-lsr",
);
SDKROOT = macosx;
};
name = Release;
Expand Down

0 comments on commit 6c00cf2

Please sign in to comment.