Skip to content

Commit

Permalink
Re-enable LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Aug 19, 2020
1 parent 981057f commit 5ea6d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PPSSPP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7938,7 +7938,7 @@
"\"$(SRCROOT)/ppsspp/ffmpeg/macosx/x86_64/include\"",
);
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/ppsspp/ffmpeg/macosx/x86_64/lib\"";
LLVM_LTO = NO;
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
Expand Down Expand Up @@ -8018,7 +8018,7 @@
"\"$(SRCROOT)/ppsspp/ffmpeg/macosx/x86_64/include\"",
);
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/ppsspp/ffmpeg/macosx/x86_64/lib\"";
LLVM_LTO = NO;
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_CFLAGS = (
"-D_NDEBUG",
Expand Down

0 comments on commit 5ea6d91

Please sign in to comment.