Pass -strip-debug to gccas when bytecode libraries are being built.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-03 06:04:35 +00:00
parent 40add594eb
commit 776b80503f

View File

@ -510,6 +510,10 @@ endif
#---------------------------------------------------------
ifdef BYTECODE_LIBRARY
# make the C and C++ compilers strip debug info out of bytecode libraries.
BCCompile.C += -Wa,-strip-debug
BCCompile.CXX += -Wa,-strip-debug
all-local:: $(LibName.BCA)
ifdef EXPORTED_SYMBOL_FILE