Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
reenable sanitizer for g++
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Oct 25, 2020
1 parent 3a42052 commit c20e41b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ matrix:
compiler: gcc
env:
- COMPILER=g++-8
- CMAKE_OPTIONS="-DRH_sanitizer=OFF -DRH_cxx_standard=11"
- CMAKE_OPTIONS="-DRH_sanitizer=ON -DRH_cxx_standard=11"
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
Expand All @@ -116,7 +116,7 @@ matrix:
compiler: gcc
env:
- COMPILER=g++-8
- CMAKE_OPTIONS="-DRH_sanitizer=OFF -DRH_cxx_standard=14"
- CMAKE_OPTIONS="-DRH_sanitizer=ON -DRH_cxx_standard=14"
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
Expand All @@ -126,7 +126,7 @@ matrix:
compiler: gcc
env:
- COMPILER=g++-8
- CMAKE_OPTIONS="-DRH_sanitizer=OFF -DRH_cxx_standard=17"
- CMAKE_OPTIONS="-DRH_sanitizer=ON -DRH_cxx_standard=17"
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
Expand All @@ -137,7 +137,7 @@ matrix:
compiler: gcc
env:
- COMPILER=g++-8
- CMAKE_OPTIONS="-DRH_sanitizer=OFF -DRH_cxx_standard=11"
- CMAKE_OPTIONS="-DRH_sanitizer=ON -DRH_cxx_standard=11"
- CXXFLAGS="-m32"
- LDFLAGS="-m32"
addons:
Expand All @@ -149,7 +149,7 @@ matrix:
compiler: gcc
env:
- COMPILER=g++-8
- CMAKE_OPTIONS="-DRH_sanitizer=OFF -DRH_cxx_standard=14"
- CMAKE_OPTIONS="-DRH_sanitizer=ON -DRH_cxx_standard=14"
- CXXFLAGS="-m32"
- LDFLAGS="-m32"
addons:
Expand All @@ -161,7 +161,7 @@ matrix:
compiler: gcc
env:
- COMPILER=g++-8
- CMAKE_OPTIONS="-DRH_sanitizer=OFF -DRH_cxx_standard=17"
- CMAKE_OPTIONS="-DRH_sanitizer=ON -DRH_cxx_standard=17"
- CXXFLAGS="-m32"
- LDFLAGS="-m32"
addons:
Expand Down

0 comments on commit c20e41b

Please sign in to comment.