Enabled LTO optimization in release in Xcode project
authorSean McBride <sean@rogue-research.com>
Fri, 21 Mar 2014 18:01:23 +0000 (14:01 -0400)
committerNathan Hjelm <hjelmn@me.com>
Sat, 22 Mar 2014 03:43:40 +0000 (21:43 -0600)
Xcode/release.xcconfig
libusb/version_nano.h

index 48aff69..ead284a 100644 (file)
@@ -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
index 4f81e0c..add5929 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10874
+#define LIBUSB_NANO 10875