@@ -7,7 +7,7 @@ if [[ ! -v OUTPUT ]]; then
fi
if [[ ! -v CFLAGS ]]; then
CFLAGS="-O3 -Wall -Wextra -pedantic"
CFLAGS="-O3 -Wall -Wextra -pedantic -ggdb"
gcc "$0" -o "$OUTPUT" $CFLAGS -lgroundvm
The note is not visible to the blocked user.