Skip to content

Commit 8ed0277

Browse files
committed
chore: more compiler configs (including gcc lto)
1 parent 6182a9b commit 8ed0277

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docker/install-static-libs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,14 @@ for target_arch in ${TARGET_ARCH_STR//,/ }; do
277277
case "$CARCH" in
278278
# https://github.com/llvm/llvm-project/issues/150913
279279
ppc64le)
280-
COMPILERS="gcc"
280+
COMPILERS="gcc gcc-lto"
281281
;;
282282
*)
283283
if [[ "$ARCH" == "riscv64" ]]; then
284284
# This is so slow natively, stick to the basics for now
285285
COMPILERS="clang"
286286
else
287-
COMPILERS="clang clang-minsize-lto gcc"
287+
COMPILERS="clang clang-minsize-lto gcc gcc-minsize-lto gcc-lto"
288288
fi
289289
;;
290290
esac

0 commit comments

Comments
 (0)