chicken: remove hardening disable

This commit is contained in:
Theodore Ni
2024-11-05 23:28:39 -08:00
parent f4cac4e64b
commit b6a12f84c6
@@ -27,9 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
setupHook = lib.optional (bootstrap-chicken != null) ./setup-hook.sh;
# -fno-strict-overflow is not a supported argument in clang
hardeningDisable = lib.optionals stdenv.cc.isClang [ "strictoverflow" ];
makeFlags = [
"PLATFORM=${platform}"
"PREFIX=$(out)"