From 8b5bee495f8ffcaad8f8b24f93b10c674d84f0e5 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 14 Aug 2012 18:14:20 +0000 Subject: [configure] Add a --enable-keep-symbols configure flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161880 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 6d06f16b35..e3bd2a207a 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -258,6 +258,11 @@ ENABLE_WERROR = @ENABLE_WERROR@ #DEBUG_SYMBOLS = 1 @DEBUG_SYMBOLS@ +# When KEEP_SYMBOLS is enabled, installed executables will never have their +# symbols stripped. +#KEEP_SYMBOLS = 1 +@KEEP_SYMBOLS@ + # The compiler flags to use for optimized builds. OPTIMIZE_OPTION := @OPTIMIZE_OPTION@ -- cgit v1.2.3