KEEP_SYMBOLS by default.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 18 Sep 2002 11:55:44 +0000 (11:55 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 18 Sep 2002 11:55:44 +0000 (11:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3813 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 9a016df9f2895adc7742c2dd050e0ff4e325b452..9bebf15a690c26b43a167c1631783cf3c522144e 100644 (file)
@@ -8,5 +8,7 @@ USEDLIBS = bcreader bcwriter instrument profpaths \
            transformutils vmcore support
 TOOLLINKOPTS = -ldl $(ExportSymbols)
 
+KEEP_SYMBOLS = 1
+
 include $(LEVEL)/Makefile.common