From: Kees Monshouwer Date: Mon, 30 Nov 2015 18:23:16 +0000 (+0100) Subject: speedup travis build? X-Git-Tag: dnsdist-1.0.0-alpha1~163^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2967%2Fhead;p=thirdparty%2Fpdns.git speedup travis build? --- diff --git a/.travis.yml b/.travis.yml index cfad226e44..9839895aae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ before_script: ### setup travis environment ### - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0 - export POSIXLY_CORRECT=1 + - export CFLAGS=-O0 + - export CXXFLAGS=-O0 + - export OPTFLAGS=-O0 - sudo apt-get -qq update @@ -146,7 +149,7 @@ script: - ./bootstrap # Build without --enable-botan1.10 option, Botan/SoftHSM conflict #2496 - source $HOME/.venv/bin/activate - - ./configure + - CFLAGS='-O1' CXXFLAGS='-O1' ./configure --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns' --with-modules='' --with-sqlite3