Function calling now works, only need return

This commit is contained in:
2026-03-01 13:39:27 +11:00
parent dc09883e46
commit bf71a0dfac
3 changed files with 59 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ if [[ ! -v OUTPUT ]]; then
fi
if [[ ! -v CFLAGS ]]; then
CFLAGS="-O3 -Wall -Wextra -pedantic"
CFLAGS="-O3 -Wall -Wextra -pedantic -ggdb"
fi
gcc "$0" -o "$OUTPUT" $CFLAGS -lgroundvm