This commit is contained in:
ohfp 2020-07-31 01:32:35 +02:00
parent 23811d11c0
commit d4eb092cfd
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F
2 changed files with 1 additions and 2 deletions

View file

@ -81,7 +81,6 @@ export CXX='clang++-8'
export AR=llvm-ar-8
export NM=llvm-nm-8
export RANLIB=llvm-ranlib-8
END
export MOZ_DEBUG_FLAGS=" "

View file

@ -39,7 +39,7 @@ if [[ $CARCH == 'aarch64' ]]; then
export CFLAGS+=" -g0"
export CXXFLAGS+=" -g0"
export RUSTFLAGS="-Cdebuginfo=0"
export LDFLAGS+=" -Wl,--no-keep-memory -Wl"
export LDFLAGS+=" -Wl,--no-keep-memory"
fi
# LTO needs more open files