We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a88d62 commit db445a5Copy full SHA for db445a5
1 file changed
.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Configure
107
run: |
108
./configure --enable-live-tests \
109
- CFLAGS='-g -O2 -Wno-pointer-sign' \
+ CFLAGS='-g -O2 -Wno-pointer-sign -std=gnu11' \
110
CPPFLAGS="-I$(brew --prefix openssl)/include -I/usr/local/include" \
111
LDFLAGS="-L$(brew --prefix openssl)/lib -L/usr/local/lib"
112
0 commit comments