From: Vikram S. Adve Date: Wed, 18 Sep 2002 11:55:44 +0000 (+0000) Subject: KEEP_SYMBOLS by default. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f0a51c419a5ac0191cb4ff2b529573da173cc53;p=oota-llvm.git KEEP_SYMBOLS by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3813 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 9a016df9f28..9bebf15a690 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -8,5 +8,7 @@ USEDLIBS = bcreader bcwriter instrument profpaths \ transformutils vmcore support TOOLLINKOPTS = -ldl $(ExportSymbols) +KEEP_SYMBOLS = 1 + include $(LEVEL)/Makefile.common