From 2f0a51c419a5ac0191cb4ff2b529573da173cc53 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Wed, 18 Sep 2002 11:55:44 +0000 Subject: KEEP_SYMBOLS by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3813 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 9a016df9f2..9bebf15a69 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 -- cgit v1.2.3