Revert "Add -pedantic compiler flag"
Wow, that's a lot of GNU/C11 extensions! We're not ready to tackle all this
stuff just yet.
This reverts commit b027e7d2e5
.
This commit is contained in:
parent
b027e7d2e5
commit
c2a63dd28f
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -eu
|
set -eu
|
||||||
CFLAGS="-Wall -Wextra -Wno-strict-aliasing -pedantic -std=gnu99"
|
CFLAGS="-Wall -Wextra -Wno-strict-aliasing -std=gnu99"
|
||||||
CFLAGS="$CFLAGS -O2" # -falign-functions
|
CFLAGS="$CFLAGS -O2" # -falign-functions
|
||||||
CFLAGS="$CFLAGS -I ../c -D NDEBUG -D USE_COMPUTED_GOTO"
|
CFLAGS="$CFLAGS -I ../c -D NDEBUG -D USE_COMPUTED_GOTO"
|
||||||
LFLAGS="-lm"
|
LFLAGS="-lm"
|
||||||
|
|
Loading…
Reference in New Issue