diff options
-rw-r--r-- | modules/llvm_kernel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
44 | # `structuredExtraConfig`. For example, some options available to us | 44 | # `structuredExtraConfig`. For example, some options available to us |
45 | # when compiling with Clang and linking with LLD: | 45 | # when compiling with Clang and linking with LLD: |
46 | structuredExtraConfig = { | 46 | structuredExtraConfig = { |
47 | CFI_CLANG = lib.kernel.yes; | 47 | # CFI_CLANG = lib.kernel.yes; |
48 | # LTO_CLANG_THIN = lib.kernel.yes; | 48 | # LTO_CLANG_THIN = lib.kernel.yes; |
49 | }; | 49 | }; |
50 | } | 50 | } |