Skip to content

Commit 3b3603f

Browse files
committed
Kernel: Default kernel is back to being built with Clang + LTO
1 parent 88434a2 commit 3b3603f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/features/kernel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ is built with [clang](https://clang.llvm.org/) instead of [GCC](https://gcc.gnu
3333
- The default kernel. This is the recommended kernel if you're unsure which one to use.
3434
- 1000Hz tickrate for improved responsiveness.
3535
- Uses the [BORE](https://github.com/firelzrd/bore-scheduler) scheduler.
36-
- Built with GCC.
36+
- Built with Clang and ThinLTO.
3737
- Profiled with our own [AutoFDO](https://cachyos.org/blog/2411-kernel-autofdo/) profile for improved performance. [Script](https://github.com/CachyOS/cachyos-benchmarker/blob/master/kernel-autofdo.sh) used to profile the kernel.
3838
- **linux-cachyos-bore**
3939
- Uses the [BORE](https://github.com/firelzrd/bore-scheduler) scheduler.
@@ -105,7 +105,7 @@ and already [set up](https://github.com/CachyOS/linux-cachyos/blob/master/linux-
105105
## Package Naming Convention
106106

107107
```sh
108-
linux-cachyos # Base kernel package for the default kernel. Compiled with GCC
108+
linux-cachyos # Base kernel package for the default kernel. Compiled with Clang and ThinLTO
109109
linux-cachyos-hardened # Base kernel package for the hardened kernel. Compiled with GCC
110110
linux-cachyos-hardened-lto # clang-compiled counterpart for linux-cachyos-hardened
111111
linux-cachyos-hardened-{,lto-}headers

0 commit comments

Comments
 (0)