diff options
Diffstat (limited to 'compile.sh')
| -rw-r--r-- | compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
