]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Disable flto for correct warning report.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Apr 2019 10:30:33 +0000 (10:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Apr 2019 10:30:33 +0000 (10:30 +0000)
git-svn-id: file:///svn/unbound/trunk@5169 be551aaa-1e26-0410-a405-d3ace91eadb9

.travis.yml

index ca63dbc0fcdbc647e8c1db1f4e07f7c01bfc50b8..ed91d18d380aacd454dddf5846c2f4e5e5d3b0ed 100644 (file)
@@ -10,7 +10,7 @@ addons:
     - libexpat-dev
     - clang
 script:
-  - ./configure --enable-debug
+  - ./configure --enable-debug --disable-flto
   - make
   - make test
   - cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; if grep -e "warning:" -e "error:" result.clang-analysis ; then exit 1; else exit 0; fi