From 5b0c1332b9a7248a814fa972fb688e6b281ccfa1 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 30 Nov 2015 19:23:16 +0100 Subject: [PATCH] speedup travis build? --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfad226e4..9839895aa 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 -- 2.40.0