mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
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:
parent
40add594eb
commit
776b80503f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user