Skip to content

Commit

Permalink
fix: don't enable sanitizer in linux release builds
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
ThisAMJ committed Dec 29, 2024
1 parent a78876d commit bfdae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Configure Makefile
run: |
echo "CFLAGS=-Wall -Werror" > config.mk
echo "LDFLAGS=-lm -fsanitize=address" >> config.mk
echo "LDFLAGS=-lm" >> config.mk
- name: Build
run: make
- name: Run
Expand Down

0 comments on commit bfdae01

Please sign in to comment.