mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
asc: turn off format hardening
This commit is contained in:
parent
2fdd13234e
commit
e5fb9eb27c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user