mirror of
https://github.com/boostorg/conversion.git
synced 2025-07-30 20:47:25 +02:00
use more sanitizers
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -49,6 +49,8 @@ jobs:
|
|||||||
compiler: clang++-10
|
compiler: clang++-10
|
||||||
cxxstd: "03,11,14,17,2a"
|
cxxstd: "03,11,14,17,2a"
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
|
cxxflags: "cxxflags=-fsanitize=undefined,integer,memory -fno-sanitize-recover=undefined"
|
||||||
|
linkflags: "linkflags=-fsanitize=undefined,integer,memory"
|
||||||
- toolset: clang
|
- toolset: clang
|
||||||
cxxstd: "03,11,14,17,2a"
|
cxxstd: "03,11,14,17,2a"
|
||||||
os: macos-10.15
|
os: macos-10.15
|
||||||
|
Reference in New Issue
Block a user