diff --git a/compile.sh b/compile.sh index 2d5136b..cca8fef 100644 --- a/compile.sh +++ b/compile.sh @@ -2,6 +2,6 @@ set -xe -gcc -std=gnu17 -Wall -Wextra -Wpedantic -Wno-comment -Wno-unused-function -Wno-unused-variable -Werror -Ofast -o xighlight xighlight.c +gcc -std=gnu17 -w -Ofast -o xighlight xighlight.c exit