summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-16 16:14:42 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-16 16:41:08 +0300
commitf6f208dd9a4bd62b3b732dc06d35ad082592706f (patch)
tree8a9a9ffecd462e92566ca568db3c73b8751985b7 /configure.ac
parent942156b1ed7d0cd27c18960bf4cf874689e9aa0a (diff)
Add more info about XCODE_DEBUG_INFORMATION_FORMAT
Change-Id: I90b1140d9c3f70f01eb673e6d9113593bbe57a09
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 053fc5148c81..b4052c64ee2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3979,7 +3979,9 @@ else
fi
AC_SUBST(ENABLE_SYMBOLS)
-# Running dsymutil takes too long
+# Debug information format for iOS. Running dsymutil takes a long time... you really need a separate
+# .dSYM only if running Instruments, I think. (Not for normal debugging in Xcode.) To enable a
+# separate .dSYM, either use --enable-release-build or change manually to "DWARF with DSYM" in Xcode.
XCODE_DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
if test "$enable_release_build" != yes -a \( -n "$ENABLE_SYMBOLS" -o -n "$ENABLE_DEBUG" -o -n "$ENABLE_DBGUTIL" \); then
XCODE_DEBUG_INFORMATION_FORMAT=dwarf