]> de.git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Fix Linux autobuild
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 25 Dec 2023 17:08:14 +0000 (03:08 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 25 Dec 2023 18:02:21 +0000 (04:02 +1000)
misc/tools/all/release.subr

index b46ec5dbd92c25672ba15afc2bebdc227aaace29..949b8031940a05bd382e3bc322572e8388b62b64 100644 (file)
@@ -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)