mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
Slightly reduces file size, improves build speed and makes build more
reproducible.
The .comment section contained GCC version information which could cause
different build output from just a minor update in GCC. The information is not
needed so we strip this.
The strip command was invoked using xargs, spawning a new process for each file.
This is inefficient as xargs can correctly run the strip command with multiple
file names.
-----
taken from
|
||
---|---|---|
.. | ||
build-linux | ||
build-wine | ||
deterministic-build | ||
osx | ||
requirements | ||
udev | ||
build_tools_util.sh | ||
freeze_packages.sh | ||
make_apk | ||
make_download | ||
make_packages | ||
make_tgz | ||
pull_locale | ||
push_locale | ||
sign_packages | ||
sign_version | ||
upload |