From 48bdec997d1d44d2b6e00fa57f277d2a1235bd7c Mon Sep 17 00:00:00 2001 From: kraoc Date: Fri, 11 Apr 2025 19:56:12 +0200 Subject: [PATCH] =?UTF-8?q?retour=20=C3=A0=20GCC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.sh b/kernel.sh index e3f9523..aa2b403 100644 --- a/kernel.sh +++ b/kernel.sh @@ -6,7 +6,7 @@ ENABLE=1 # enable some options SECURED=1 # enable/disable security PATCHES=1 # enable/disable patch apply UARCH=0 # apply more uarch patch -CLANG=1 # use Clang compiler (if not, use GCC) +CLANG=0 # use Clang compiler (if not, use GCC) O3=1 # use -O3 vs -O2 (optimisation) ARCH="native" # target architecture (uarch patch) CONFIGCLOUD=1 # enable cloud 'from' config