build: don't build thin-lto stuff at the moment

This commit is contained in:
Marcus Holland-Moritz 2025-04-02 18:03:34 +02:00
parent ad3778d8e5
commit 17f766111a

View File

@ -37,7 +37,7 @@ elif [[ "$PKGS" == ":alpine" ]]; then
PKGS="benchmark,brotli,bzip2,cpptrace,double-conversion,flac,fmt,glog,libarchive,lz4,openssl,xxhash,zstd"
export COMMON_CFLAGS="-Os -ffunction-sections -fdata-sections -fmerge-all-constants"
export COMMON_CXXFLAGS="$COMMON_CFLAGS"
COMPILERS="clang gcc clang-lto gcc-lto clang-lto-thin"
COMPILERS="clang gcc clang-lto gcc-lto"
elif [[ "$PKGS" == ":none" ]]; then
echo "No libraries to build"
exit 0