Skip to content

Commit

Permalink
.github/workflows/build.yml: CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
eehakkin committed May 23, 2023
1 parent 483730a commit 05345f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: autoreconf
run: autoreconf --install
- name: configure
run: ./configure
run: ./configure CFLAGS='-g -O2 -Wall -Werror -Wextra'
- name: make
run: make
- name: make check
Expand Down

0 comments on commit 05345f2

Please sign in to comment.