From 9fb62d382921a696b5d3f0bfbb7b4aa487b56091 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Wed, 18 Sep 2002 11:55:44 +0000 Subject: [PATCH] KEEP_SYMBOLS by default. llvm-svn: 3813 --- tools/opt/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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