Skip to content

Commit

Permalink
Have CI use -fsanitize during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Dec 22, 2024
1 parent c665594 commit 9f5a352
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:
run: |
cat /etc/os-release
./configure
echo 'CFLAGS += -fsanitize=undefined -fsanitize=address' > Makefile.local
echo 'LDFLAGS += -fsanitize=undefined -fsanitize=address' >> Makefile.local
bmake regress
rm -f Makefile.local
bmake clean
bmake valgrind

0 comments on commit 9f5a352

Please sign in to comment.