added Wall flag
This commit is contained in:
parent
f0ec7dedbd
commit
02be4bd3b6
2
build.sh
2
build.sh
@ -15,7 +15,7 @@ files="
|
|||||||
|
|
||||||
compiler="cc"
|
compiler="cc"
|
||||||
output="out/why2"
|
output="out/why2"
|
||||||
flags="-ljson-c -lcurl"
|
flags="-Wall -ljson-c -lcurl"
|
||||||
|
|
||||||
# Check for debug flag
|
# Check for debug flag
|
||||||
if [[ "$*" == "debug" ]]; then
|
if [[ "$*" == "debug" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user