aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mcompile.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-09-23 17:20:45 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-10 13:32:22 -0400
commit0a3a9fa0c3ebf45c94d9009a59cead571cbecf7b (patch)
tree9c91885f2dc1a908192fb3fe5e2ac03c8510059d /mesonbuild/mcompile.py
parent253ff71e6b801786290b6ecb23aea61dcfeebeca (diff)
downloadmeson-0a3a9fa0c3ebf45c94d9009a59cead571cbecf7b.zip
meson-0a3a9fa0c3ebf45c94d9009a59cead571cbecf7b.tar.gz
meson-0a3a9fa0c3ebf45c94d9009a59cead571cbecf7b.tar.bz2
ar linker: generate thin archives for uninstalled static libraries
Since they will never be used outside of the build directory, they do not need to literally contain the .o files, and references will be sufficient. This covers a major use of object libraries, which is that the static library would potentially take up a lot of space by including another copy of every .o file. Fixes #9292 Fixes #8057 Fixes #2129
Diffstat (limited to 'mesonbuild/mcompile.py')
0 files changed, 0 insertions, 0 deletions