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