added Wall flag

This commit is contained in:
Václav Šmejkal 2022-04-30 16:51:49 +02:00
parent f0ec7dedbd
commit 02be4bd3b6

View File

@ -15,7 +15,7 @@ files="
compiler="cc"
output="out/why2"
flags="-ljson-c -lcurl"
flags="-Wall -ljson-c -lcurl"
# Check for debug flag
if [[ "$*" == "debug" ]]; then