Skip to content

Commit

Permalink
gh: Temporarily turn off address sanitizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Oct 6, 2023
1 parent 5323b84 commit 5fc2c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
run: |
cmake --preset ninja-multi-default --toolchain ${TOOLCHAIN} \
-DCMAKE_VERBOSE_MAKEFILE=True \
-DENABLE_SANITIZER_ADDRESS=ON \
-DENABLE_SANITIZER_UNDEFINED_BEHAVIOR=ON \
-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH} \
-DLLVM_EXTERNAL_LIT=${LLVM_EXTERNAL_LIT}
Expand Down

0 comments on commit 5fc2c43

Please sign in to comment.