Skip to content

Commit

Permalink
Add -Werror=format-security CFLAG for all build case
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Sep 3, 2024
1 parent cddd9a7 commit 38e812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: autogen.sh
run: ./autogen.sh
- name: configure ${{ matrix.configure.label }}
run: ./configure --enable-assertions ${{ matrix.configure.opt }}
run: ./configure --enable-assertions ${{ matrix.configure.opt }} 'CFLAGS=-Werror=format-security'
- uses: ammaraskar/gcc-problem-matcher@master
- name: make
run: make -j `nproc`
Expand Down

0 comments on commit 38e812d

Please sign in to comment.