1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 08:53:47 +02:00

Fixing MacOS CI

This commit is contained in:
Anthony Scemama 2022-02-17 15:49:41 +01:00
parent 22e281560e
commit 39bc0fb2e8

View File

@ -223,7 +223,7 @@ if test "$ok" = "yes"; then
if test "$GCC" = "yes"; then
CFLAGS="$CFLAGS \
-Wall -W -Wbad-function-cast -Wcast-qual -Warray-bounds -Wdisabled-optimization \
-Wpointer-arith -Wcast-align -Wpedantic -Wextra -fmax-errors=5 -Walloc-zero -Werror \
-Wpointer-arith -Wcast-align -Wpedantic -Wextra -fmax-errors=3 -Walloc-zero -Werror \
"
fi
if test "$GFC" = "yes"; then