[llvm-commits] [PATCH] Provide debug syms in release builds

Jeffrey Yasskin jyasskin at google.com
Fri Sep 25 00:27:58 PDT 2009


This patch causes the --enable-debug-runtime configure flag and the
DEBUG_RUNTIME Makefile variable to pass -g to gcc when building LLVM's
objects. Without this, it's very hard to debug crashes that happen in
Release-Asserts mode but not Debug mode.

Jeffrey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: release_debug_syms.patch
Type: application/octet-stream
Size: 1489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090925/96065301/attachment.obj>


More information about the llvm-commits mailing list