Skip to content

Commit bde58ff

Browse files
committed
fix
1 parent 60281a5 commit bde58ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code_testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
uses: dice-group/cpp-conan-release-reusable-workflow/.github/actions/add_conan_provider@main
6767

6868
- name: Configure CMake
69-
run: cmake -DCMAKE_CXX_FLAGS="-fsanitize=address,undefined" -DCMAKE_BUILD_TYPE=Debug -DWITH_SVECTOR=ON -DWITH_BOOST=ON -DBUILD_TESTING=On -DBUILD_EXAMPLES=On -DCMAKE_COMPILE_WARNING_AS_ERROR=ON -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=conan_provider.cmake -G Ninja -B build .
69+
run: cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SVECTOR=ON -DWITH_BOOST=ON -DBUILD_TESTING=On -DBUILD_EXAMPLES=On -DCMAKE_COMPILE_WARNING_AS_ERROR=ON -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=conan_provider.cmake -G Ninja -B build .
7070
env:
7171
CC: ${{ steps.install_cc.outputs.cc }}
7272
CXX: ${{ steps.install_cc.outputs.cxx }}
73-
CXXFLAGS: -Wno-changes-meaning
73+
CXXFLAGS: -fsanitize=address,undefined -Wno-changes-meaning
7474

7575
- name: Build tests and examples
7676
working-directory: build

0 commit comments

Comments
 (0)