cdogs-sdl: disable fortify3 hardening flag
This commit is contained in:
parent
018359b0b9
commit
233164d393
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue