From: Remi Gacogne Date: Wed, 20 Sep 2023 13:47:12 +0000 (+0200) Subject: build-and-test-all: Disable LTO for now, it does not play well with Quiche X-Git-Tag: rec-5.0.0-alpha2~6^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95e36fb1351b0acd70a34c2aef729729c8600342;p=thirdparty%2Fpdns.git build-and-test-all: Disable LTO for now, it does not play well with Quiche --- diff --git a/tasks.py b/tasks.py index 8846c3052f..c040f84a12 100644 --- a/tasks.py +++ b/tasks.py @@ -565,7 +565,6 @@ def ci_dnsdist_configure(c, features): --enable-option-checking=fatal \ --enable-fortify-source=auto \ --enable-auto-var-init=pattern \ - --enable-lto=thin \ --prefix=/opt/dnsdist %s %s %s %s %s''' % (cflags, cxxflags, features_set, sanitizers, unittests, fuzztargets, coverage), warn=True) if res.exited != 0: c.run('cat config.log')