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