This patch causes the --enable-debug-runtime configure flag and the
authorJeffrey Yasskin <jyasskin@google.com>
Fri, 25 Sep 2009 16:46:09 +0000 (16:46 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Fri, 25 Sep 2009 16:46:09 +0000 (16:46 +0000)
commitd448292104a1ae72c5ec5d0f925691f57f6a13ee
treeb1e67e5facc6e2860b831e58e3996577ec729776
parentc8ce2d4cb9ef5ff8b3c574e522c870741d88ba58
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82775 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
docs/MakefileGuide.html