Skip to content

Commit

Permalink
build-and-test-all: Disable LTO for now, it does not play well with Q…
Browse files Browse the repository at this point in the history
…uiche
  • Loading branch information
rgacogne committed Oct 9, 2023
1 parent 3e5c7a7 commit 95e36fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 95e36fb

Please sign in to comment.