mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Add -Werror=format-security CFLAG for all build case
This commit is contained in:
parent
cddd9a7eb5
commit
38e812d197
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: autogen.sh
|
- name: autogen.sh
|
||||||
run: ./autogen.sh
|
run: ./autogen.sh
|
||||||
- name: configure ${{ matrix.configure.label }}
|
- 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
|
- uses: ammaraskar/gcc-problem-matcher@master
|
||||||
- name: make
|
- name: make
|
||||||
run: make -j `nproc`
|
run: make -j `nproc`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user