From 7fd82e56a8d6fd48dd22f85ce502c24ff599d7a8 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Sun, 27 Sep 2009 17:47:29 +0000 Subject: 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 --- Makefile.config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.config.in') 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 -- cgit v1.2.3