Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
turn off optimization-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Dec 13, 2016
1 parent f496797 commit de6c824
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ addons:
- cmake
- cmake-data
- doxygen
- dpkg-dev
- graphviz
- perl
- valgrind
Expand All @@ -35,7 +34,6 @@ matrix:
compiler: clang

before_script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] ; then dpkg-buildflags --export=sh > cflags_env.sh && . cflags_env.sh && rm -f cflags_env.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$CC" == "gcc" ]] ; then export CFLAGS="${CFLAGS} --coverage"; export CXXFLAGS="${CXXFLAGS} --coverage"; export LDFLAGS="${LDFLAGS} --coverage"; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$CC" == "gcc" ]] ; then pip install --user cpp-coveralls; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then brew update ; fi
Expand Down

0 comments on commit de6c824

Please sign in to comment.