cdogs-sdl: disable fortify3 hardening flag

This commit is contained in:
Theodore Ni 2023-07-12 20:09:48 -07:00
parent 018359b0b9
commit 233164d393
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
protobuf
];
# inlining failed in call to 'tinydir_open': --param max-inline-insns-single limit reached
hardeningDisable = [ "fortify3" ];
meta = with lib; {
homepage = "https://cxong.github.io/cdogs-sdl";
description = "Open source classic overhead run-and-gun game";