diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-06-23 12:06:19 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-06-23 12:06:19 +0200 |
commit | eace3120ad5e1d2f9d56c93a6e649ded32809284 (patch) | |
tree | 7a1c02a4ce34f0dfd994f4e2e84a94d1db84c819 /modules/llvm_kernel.nix | |
parent | ba907ef7b4f5962a11c20adb4036b6ddad26a000 (diff) | |
download | nixos-eace3120ad5e1d2f9d56c93a6e649ded32809284.tar nixos-eace3120ad5e1d2f9d56c93a6e649ded32809284.tar.gz nixos-eace3120ad5e1d2f9d56c93a6e649ded32809284.tar.bz2 nixos-eace3120ad5e1d2f9d56c93a6e649ded32809284.tar.xz nixos-eace3120ad5e1d2f9d56c93a6e649ded32809284.zip |
...
Diffstat (limited to 'modules/llvm_kernel.nix')
-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 | } |