From: bert hubert Date: Wed, 30 Sep 2015 06:56:03 +0000 (+0200) Subject: switch main powerdns builds to -O0 and no -g which should also save lots of time X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88db5d132117d81836ec9dbb8012f4c71122269;p=thirdparty%2Fpdns.git switch main powerdns builds to -O0 and no -g which should also save lots of time --- diff --git a/.travis.yml b/.travis.yml index e31e07f70f..2743f809b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,7 +83,7 @@ script: - ./bootstrap #DNSName --with-dynmodules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' #Build without --enable-botan1.10 option, Botan/SoftHSM conflict #2496 - - ./configure + - CFLAGS="-Wall -O0" CXXFLAGS="-Wall -O0" ./configure --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 mydns tinydns pipe remote random opendbx ldap lua' --with-modules='' --with-sqlite3