]> de.git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/release.subr
Fix Linux autobuild
[xonotic/xonotic.git] / 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)