Skip to content

Commit

Permalink
Remove sanitizers on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 9, 2024
1 parent 5d81146 commit e381a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
brew install meson ninja gcc@13
- name: Build
run: |
CXX=g++-13 meson setup build --debug --warnlevel 3 --werror -Db_sanitize=address,undefined -Dcpp_debugstl=true
CXX=g++-13 meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
ninja -C build
- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
brew install meson ninja gcc@13
- name: Build
run: |
CXX=g++-13 meson setup build --debug --warnlevel 3 --werror -Db_sanitize=address,undefined -Dcpp_debugstl=true
CXX=g++-13 meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
ninja -C build
- name: Test
run: |
Expand Down

0 comments on commit e381a3c

Please sign in to comment.