From 83cdbf9b89f63f28318760171d3a6189b8591248 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 20 Apr 2025 12:19:16 +0200 Subject: [PATCH] Fuck GCC... --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5