aboutsummaryrefslogtreecommitdiff
path: root/compile_meson.py
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2019-10-11 11:01:22 -0400
committerNirbheek Chauhan <nirbheek@centricular.com>2019-11-07 17:34:03 +0530
commitf89f1422bfa54d33dc29334dc2af4fb9e8e53c40 (patch)
treec00328c2c0d5806db1a4751f5c9ba828a5981981 /compile_meson.py
parentf89b7effb50b6c94e941ee5cbbc33ab4f60d0f09 (diff)
downloadmeson-f89f1422bfa54d33dc29334dc2af4fb9e8e53c40.zip
meson-f89f1422bfa54d33dc29334dc2af4fb9e8e53c40.tar.gz
meson-f89f1422bfa54d33dc29334dc2af4fb9e8e53c40.tar.bz2
Remove duplicated object files in static libraries
When a static library link_whole to a bunch of other static libraries, we have to extract all their objects recursively. But that could introduce duplicated objects. ar is dumb enough to allow this without error, but once the resulting static library is linked into an executable or shared library, the linker will complain about duplicated symbols.
Diffstat (limited to 'compile_meson.py')
0 files changed, 0 insertions, 0 deletions