sse2neon: disable fortify

This commit is contained in:
Al McElrath
2026-02-04 10:59:06 -08:00
parent 4e1534517c
commit e87ed64241
+2
View File
@@ -15,6 +15,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-vb9k+KjiGodVngza0R18LjfPTlsqFbzqXZqefm6KHj0=";
};
hardeningDisable = [ "fortify" ];
doCheck = true;
installPhase = ''