build: we don't link against bzip2 anymore, so no need to build it

This commit is contained in:
Marcus Holland-Moritz 2025-04-07 20:12:04 +02:00
parent 3abd5a4261
commit 93368a4065

View File

@ -35,7 +35,7 @@ if [[ "$PKGS" == ":ubuntu" ]]; then
PKGS="file,bzip2,libarchive,flac,libunwind,benchmark,openssl,cpptrace" PKGS="file,bzip2,libarchive,flac,libunwind,benchmark,openssl,cpptrace"
COMPILERS="clang gcc" COMPILERS="clang gcc"
elif [[ "$PKGS" == ":alpine" ]]; then elif [[ "$PKGS" == ":alpine" ]]; then
PKGS="benchmark,brotli,bzip2,cpptrace,double-conversion,flac,fmt,fuse,glog,libarchive,lz4,openssl,xxhash,zstd" PKGS="benchmark,brotli,cpptrace,double-conversion,flac,fmt,fuse,glog,libarchive,lz4,openssl,xxhash,zstd"
export CLANG_OPTIMIZE="-Os" export CLANG_OPTIMIZE="-Os"
export GCC_OPTIMIZE="-O2" # gcc -Os is painfully slow export GCC_OPTIMIZE="-O2" # gcc -Os is painfully slow
export COMMON_CFLAGS="-ffunction-sections -fdata-sections -fmerge-all-constants" export COMMON_CFLAGS="-ffunction-sections -fdata-sections -fmerge-all-constants"