]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
append the modified CFLGAS do not replace them
authorTobias Oetiker <tobi@oetiker.ch>
Sat, 29 Mar 2014 05:37:26 +0000 (06:37 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Sat, 29 Mar 2014 05:37:26 +0000 (06:37 +0100)
.travis.yml

index e44cd25ded60a793edfbccf54624bf78c822eac7..12575ecaf65cd93e2e3ccf2c29aed4bcd13bcfb8 100644 (file)
@@ -16,7 +16,7 @@ before_script:
 
 script:
   - ./configure --prefix=/opt/rrdtool-master
-  - make CFLAGS="-g -fprofile-arcs -ftest-coverage"
+  - make CFLAGS+="-g -O0 -fprofile-arcs -ftest-coverage"
   - make check
   - make check TESTS_STYLE=valgrind
   - sudo make install