]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build-and-test-all: Disable LTO for now, it does not play well with Quiche
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 20 Sep 2023 13:47:12 +0000 (15:47 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 9 Oct 2023 11:37:51 +0000 (13:37 +0200)
tasks.py

index 8846c3052fb6b24c9389df266c5b173e4cd7f620..c040f84a123aefdc591f81a0271109d478650a79 100644 (file)
--- 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')