asc: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-10 22:44:23 +00:00
parent 2fdd13234e
commit e5fb9eb27c

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-paragui" "--disable-paraguitest" ];
NIX_CFLAGS_COMPILE = "-fpermissive"; # I'm too lazy to catch all gcc47-related problems
hardening_format = false;
buildInputs = [
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat