Skip to content

Commit

Permalink
Use stricter build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ziap committed Nov 23, 2024
1 parent 9961f8c commit 28ea7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CC="${CC:-clang}"

CFLAGS="-std=c99 -Wall -Wextra -pedantic -fshort-enums"
CFLAGS="-std=c99 -Wall -Wextra -pedantic -fshort-enums -Wvla -Wdouble-promotion -Wno-implicit-fallthrough"

WASM_CFLAGS="-O3 --target=wasm32 -flto -nostdlib -fvisibility=hidden"
WASM_CFLAGS+=" -mbulk-memory -msimd128"
Expand Down

0 comments on commit 28ea7fd

Please sign in to comment.