Skip to content

Commit 21102c0

Browse files
limine: reenable zerocallusedregs hardening
should just work for the installer binary, doesn't matter for the freestanding part since it's built with unwrapped compiler
1 parent 99ac9d9 commit 21102c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkgs/by-name/li/limine/package.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ stdenv.mkDerivation {
7272
hash = "sha256-pwoR9ptMpdhdEe/Kbyc+smv9oNIqtJ9L0KFdf6/g0Ec=";
7373
};
7474

75-
hardeningDisable = [
76-
# clang doesn't support this for RISC-V target
77-
"zerocallusedregs"
78-
];
79-
8075
enableParallelBuilding = true;
8176

8277
nativeBuildInputs =

0 commit comments

Comments
 (0)