diff --git a/build.sh b/build.sh index 55a1f0a..c763511 100644 --- a/build.sh +++ b/build.sh @@ -109,14 +109,14 @@ elif [[ "$1" == "app" ]]; then ########## BUILD APP ########## echo "Using '$compiler' as default compiler." ### - flags="-Wall" - # Check for debug flag if [[ "$2" == "debug" ]]; then ########## TEST & DEBUG ########## flags="$flags -g" echo "Using debug flag" fi + flags="-lwhy2 $flags" + ### echo "Compiling... (Flags: $flags)" ###