From f92c448d6e6471592dbd466c31a495966f326227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Tue, 10 Nov 2015 20:44:24 +0100 Subject: [PATCH] Revert "Adjust CXXFLAGS on travis" This reverts commit 4ea96556851c1d2ca11138fd49104e3cd56a905d. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5975cec8b..66ad492e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ compiler: env: global: -# fortunately we need this to stay within 50min timelimit given by travis. +# unfortunately we need this to stay within 50min timelimit given by travis. # this also turns off the debug/warning cxxflags - - CXXFLAGS="-std=c++0x -O2 -march=native -mtune=native -Wunreachable-code" + - CXXFLAGS="-O2 -march=native -mtune=native -Wunreachable-code" matrix: # special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_CLANG is the var that controls if we download and check clang in that travis job - CXXFLAGS="${CXXFLAGS} -DCHECK_INTERNAL"