]> git.tdb.fi Git - builder.git/commit
Add a list of symbols to keep in the binary to BuildInfo
authorMikko Rasa <tdb@tdb.fi>
Sat, 11 Oct 2014 06:35:21 +0000 (09:35 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 11 Oct 2014 06:35:21 +0000 (09:35 +0300)
commit8f8f10fe41bbb68866e8fb05f8cbab0b325dc7da
treefee4c59550286b7da7fb868cbcc7998d318c77be
parent91027467faed55accfc79bda525e10d1395cb2a9
Add a list of symbols to keep in the binary to BuildInfo

The linker normally does not pull unnecessary symbols from static
libraries, which can cause problems if those symbols are meant to be
referenced externally.
source/binary.cpp
source/buildinfo.cpp
source/buildinfo.h
source/gnulinker.cpp