the-legend-of-edgar: disable fortify flag

This commit is contained in:
Anderson Torres 2023-09-11 13:39:13 -03:00
parent f9c1b42914
commit 2794fc6768

View File

@ -51,6 +51,9 @@ stdenv.mkDerivation rec {
preBuild = ''
export CFLAGS=$(sdl2-config --cflags)
'';
hardeningDisable = [
"fortify"
];
meta = with lib; {
homepage = "https://www.parallelrealities.co.uk/games/edgar";