summaryrefslogtreecommitdiff
path: root/libusbx-1.0.18/Xcode/debug.xcconfig
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2014-06-30 09:38:31 +0200
committerSven Wegener <sven.wegener@stealer.net>2014-06-30 09:38:31 +0200
commit79de83205964ee0182940ef7cec86b46896ed0e6 (patch)
treeccf532205a550ac926e52069649a1cc41aa555a6 /libusbx-1.0.18/Xcode/debug.xcconfig
parent3de7dbb24c71c0d894dbd734ddf9258683d9e2e1 (diff)
Update from DSLogic-v0.3.tar.gzHEADmaster
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Diffstat (limited to 'libusbx-1.0.18/Xcode/debug.xcconfig')
-rw-r--r--libusbx-1.0.18/Xcode/debug.xcconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/libusbx-1.0.18/Xcode/debug.xcconfig b/libusbx-1.0.18/Xcode/debug.xcconfig
new file mode 100644
index 0000000..73dc083
--- /dev/null
+++ b/libusbx-1.0.18/Xcode/debug.xcconfig
@@ -0,0 +1,29 @@
+//
+// libusbx Xcode configuration file
+// Copyright © 2012 Pete Batard <pete@akeo.ie>
+// For more information, please visit: <http://libusbx.org>
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+#include "common.xcconfig"
+
+// Embed debug symbols in binary itself.
+DEBUG_INFORMATION_FORMAT = dwarf
+
+// No optimizations in debug.
+GCC_OPTIMIZATION_LEVEL = 0
+
+//
+GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1