mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
build: don't build thin-lto stuff at the moment
This commit is contained in:
parent
ad3778d8e5
commit
17f766111a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user