mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-19 12:54:36 -04: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
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 10874
|
||||
#define LIBUSB_NANO 10875
|
||||
|
||||
Reference in New Issue
Block a user