configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit f6f208dd9a4bd62b3b732dc06d35ad082592706f Author: Tor Lillqvist <t...@collabora.com> Date: Fri May 16 16:14:42 2014 +0300
Add more info about XCODE_DEBUG_INFORMATION_FORMAT Change-Id: I90b1140d9c3f70f01eb673e6d9113593bbe57a09 diff --git a/configure.ac b/configure.ac index 053fc51..b4052c6 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits