mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Disable flto for correct warning report.
git-svn-id: file:///svn/unbound/trunk@5169 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2e023a5699
commit
63171a2522
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ addons:
|
||||||
- libexpat-dev
|
- libexpat-dev
|
||||||
- clang
|
- clang
|
||||||
script:
|
script:
|
||||||
- ./configure --enable-debug
|
- ./configure --enable-debug --disable-flto
|
||||||
- make
|
- make
|
||||||
- make test
|
- 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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue