trackballs: disable format hardening
This commit is contained in:
parent
b898fdaceb
commit
f993dff52b
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ zlib mesa SDL SDL_ttf SDL_mixer SDL_image guile gettext ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
CFLAGS = optionalString debug "-g -O0";
|
||||
CXXFLAGS = CFLAGS;
|
||||
dontStrip = debug;
|
||||
|
Loading…
Reference in New Issue
Block a user