From: bones_was_here Date: Mon, 25 Dec 2023 17:08:14 +0000 (+1000) Subject: Fix Linux autobuild X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a229bebedad348b8c05f52ae5e7cf4e7ebf7445;p=xonotic%2Fxonotic.git Fix Linux autobuild --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index b46ec5db..949b8031 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -295,8 +295,9 @@ case "$cmd" in ;; release-libs-linux64) release_common + # TODO schroot support for libs so we can LTO this verbose "$SELF" release-libs-compile linux64 \ - 'CC="gcc -m64 -flto=auto"' \ + 'CC="gcc -m64"' \ x86_64-pc-linux-gnu ;; release-dlls-compile)