1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

KEEP_SYMBOLS by default.

llvm-svn: 3813
This commit is contained in:
Vikram S. Adve 2002-09-18 11:55:44 +00:00
parent 6dcdeb5309
commit 9fb62d3829

View File

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