mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
build: we don't link against bzip2 anymore, so no need to build it
This commit is contained in:
parent
3abd5a4261
commit
93368a4065
@ -35,7 +35,7 @@ if [[ "$PKGS" == ":ubuntu" ]]; then
|
||||
PKGS="file,bzip2,libarchive,flac,libunwind,benchmark,openssl,cpptrace"
|
||||
COMPILERS="clang gcc"
|
||||
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 GCC_OPTIMIZE="-O2" # gcc -Os is painfully slow
|
||||
export COMMON_CFLAGS="-ffunction-sections -fdata-sections -fmerge-all-constants"
|
||||
|
Loading…
x
Reference in New Issue
Block a user