X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;h=ab013e2b2371ec28eaa18311d656abe52d0b7a41;hb=18aa936b41a102700b6fc9fc9f0ac49712a0fced;hp=328e432a9bf367015e515dff195d6099ced08971;hpb=7838efe822ca9336a69936004dd6d9bed70910fb;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)