From eace3120ad5e1d2f9d56c93a6e649ded32809284 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Jun 2025 12:06:19 +0200 Subject: ... --- modules/llvm_kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/llvm_kernel.nix b/modules/llvm_kernel.nix index 71d96320..42b8bf95 100644 --- a/modules/llvm_kernel.nix +++ b/modules/llvm_kernel.nix @@ -44,7 +44,7 @@ in { # `structuredExtraConfig`. For example, some options available to us # when compiling with Clang and linking with LLD: structuredExtraConfig = { - CFI_CLANG = lib.kernel.yes; + # CFI_CLANG = lib.kernel.yes; # LTO_CLANG_THIN = lib.kernel.yes; }; } -- cgit v1.2.3