Compile using C11 standard

This commit is contained in:
Wilson Lin 2018-07-05 19:40:27 +12:00
parent 0771faba44
commit c73de84272
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pushd "$(dirname "$0")" > /dev/null
mkdir -p out
gcc --std=c99 -Wall -Wextra -Werror -O2 -o out/hyperbuild src/main/c/main.c
gcc --std=c11 -Wall -Wextra -Werror -O2 -o out/hyperbuild src/main/c/main.c
popd > /dev/null