[llvm-commits] [PATCH] Provide debug syms in release builds
Daniel Dunbar
daniel at zuster.org
Fri Sep 25 11:43:00 PDT 2009
DEBUG_RUNTIME is something else entirely, and should not be conflated
with the behavior you want (it is about RUNTIME pieces, which are
conceptually part of the target, whereas you are wanting something for
the host).
I think this should come in under a different Makefile variable and
configure option.
- Daniel
On Fri, Sep 25, 2009 at 12:27 AM, Jeffrey Yasskin <jyasskin at google.com> 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.
>
> Jeffrey
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
More information about the llvm-commits
mailing list