Skip to content

Commit

Permalink
Re-enable address sanitizer on gcc CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanoBilenchi committed Mar 24, 2024
1 parent 3fd0a7d commit caefb3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
env:
build_dir: build
build_config: Release
cflags_gnuc: -Werror
lflags_gnuc: ''
cflags_gnuc: -Werror -fsanitize=address
lflags_gnuc: -fsanitize=address
cflags_clang: -Werror -fsanitize=address
lflags_clang: -fsanitize=address
cflags_msvc: /WX
Expand Down
2 changes: 1 addition & 1 deletion lib/ulib

0 comments on commit caefb3f

Please sign in to comment.