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

Chris Lattner clattner at apple.com
Fri Sep 25 09:38:28 PDT 2009


On Sep 25, 2009, at 12:27 AM, Jeffrey Yasskin wrote:

> 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.

Works for me,

-Chris



More information about the llvm-commits mailing list