From e65120cd5ed8fa3a6ded3ce2bd981ca3e2d4f9ae Mon Sep 17 00:00:00 2001 From: kraoc Date: Sun, 6 Apr 2025 00:23:43 +0200 Subject: [PATCH] native --- kernel.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel.sh b/kernel.sh index 768e138..8f55162 100644 --- a/kernel.sh +++ b/kernel.sh @@ -1,14 +1,14 @@ #!/bin/bash -UPDATED="2024-05-07" +UPDATED="2025-04-06" DISABLE=1 # disable some options ENABLE=1 # enable some options SECURED=1 # enable/disable security PATCHES=1 # enable/disable patch apply -UARCH=1 # apply more uarch patch +UARCH=0 # apply more uarch patch CLANG=1 # use Clang compiler (if not, use GCC) O3=1 # use -O3 vs -O2 (optimisation) -ARCH="x86-64-v4" # target architecture (uarch patch) +ARCH="native" # target architecture (uarch patch) CONFIGCLOUD=1 # enable cloud 'from' config CONFIGOLD=1 # enable old def config CONFIGMOD=0 # enable all mod config