From fe70ee091dd29818dca6fec158598ee41ffbf566 Mon Sep 17 00:00:00 2001 From: kraoc Date: Thu, 17 Apr 2025 19:45:41 +0200 Subject: [PATCH] =?UTF-8?q?retour=20=C3=A0=20clang?= 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 1eb50c1..fbab9d8 100644 --- a/kernel.sh +++ b/kernel.sh @@ -14,7 +14,7 @@ SCRATCH=0 # perform from scratch (remove preexisting content) UNCOMPRESS=1 # perform uncompress if already exist CLEANUP=1 # perform folder cleanup SECURED=1 # enable/disable security -CLANG=1 # use Clang compiler (if not, use GCC) +CLANG=0 # use Clang compiler (if not, use GCC) TESTING=0 # add testing options NVIDIA=1 # add support for nvidia