fixed invalid reads / some bugs
[fishladder.git] / build.sh
index 328e432a9bf367015e515dff195d6099ced08971..ab013e2b2371ec28eaa18311d656abe52d0b7a41 100755 (executable)
--- 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)