mirror of
https://github.com/RPCS3/libusb.git
synced 2026-01-31 01:25:19 +01:00
Enabled LTO optimization in release in Xcode project
This commit is contained in:
committed by
Nathan Hjelm
parent
7e076fe9f5
commit
8619aed909
@@ -24,6 +24,7 @@ DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
|
||||
|
||||
// Optimizations in release.
|
||||
GCC_OPTIMIZATION_LEVEL = s
|
||||
LLVM_LTO = YES
|
||||
|
||||
// Define NDEBUG so asserts go away in release.
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) NDEBUG=1
|
||||
|
||||
Reference in New Issue
Block a user