X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;fp=build.sh;h=ab013e2b2371ec28eaa18311d656abe52d0b7a41;hb=8abf2b92cf0c9608ac922e96549a68652b7659c0;hp=328e432a9bf367015e515dff195d6099ced08971;hpb=284582f279c0241552d5b989b3207a259baf6046;p=fishladder.git diff --git a/build.sh b/build.sh index 328e432..ab013e2 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,7 @@ compile_models=false while (( "$#" )); do case $1 in -r|--release) - flags="-O3" + flags="-O3 -Wno-unused-function -DNO_STEAM" echo "Release mode" ;; -p|--play)