Skip to content

Commit

Permalink
turned on asan for C
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 27, 2020
1 parent 3e5dd3d commit 34059c6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/strict_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
- name: configure
run: ./configure
env:
# CFLAGS: "-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror"
CFLAGS: "-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror"
# FFLAGS: "-fsanitize=address -fno-omit-frame-pointer"
# FCFLAGS: "-fsanitize=address -fno-omit-frame-pointer -Werror"
- name: make
run: make
- name: make -j distcheck
run: make -j distcheck
- name: make -j distcheck
run: make -j distcheck

0 comments on commit 34059c6

Please sign in to comment.