aboutsummaryrefslogtreecommitdiff
path: root/Xcode/debug.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Xcode/debug.xcconfig')
-rw-r--r--Xcode/debug.xcconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/Xcode/debug.xcconfig b/Xcode/debug.xcconfig
index e910ee8..ca8ce3d 100644
--- a/Xcode/debug.xcconfig
+++ b/Xcode/debug.xcconfig
@@ -1,7 +1,7 @@
//
// libusb Xcode configuration file
// Copyright © 2012 Pete Batard <pete@akeo.ie>
-// For more information, please visit: <http://libusb.info>
+// For more information, please visit: <https://libusb.info>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
@@ -27,3 +27,6 @@ GCC_OPTIMIZATION_LEVEL = 0
//
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
+
+// No need for Universal Binaries in debug.
+ONLY_ACTIVE_ARCH = YES