summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-09-27 17:47:29 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-09-27 17:47:29 +0000
commit7fd82e56a8d6fd48dd22f85ce502c24ff599d7a8 (patch)
tree16920ae44894157411ddd102594bee0d84e3fa9f /Makefile.config.in
parent83d577490b1473213b6973236110c28e59127956 (diff)
downloadllvm-7fd82e56a8d6fd48dd22f85ce502c24ff599d7a8.tar.gz
llvm-7fd82e56a8d6fd48dd22f85ce502c24ff599d7a8.tar.bz2
llvm-7fd82e56a8d6fd48dd22f85ce502c24ff599d7a8.tar.xz
Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of
DEBUG_RUNTIME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index bb68e4c2d3..fc84c0bcb1 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -245,6 +245,11 @@ RDYNAMIC := @RDYNAMIC@
#DEBUG_RUNTIME = 1
@DEBUG_RUNTIME@
+# When DEBUG_SYMBOLS is enabled, the compiler libraries will retain debug
+# symbols.
+#DEBUG_SYMBOLS = 1
+@DEBUG_SYMBOLS@
+
# When ENABLE_PROFILING is enabled, the llvm source base is built with profile
# information to allow gprof to be used to get execution frequencies.
#ENABLE_PROFILING = 1