qfsm: disable format hardening

This commit is contained in:
Robin Gloster
2016-08-27 21:53:49 +00:00
parent c0e42fe741
commit 191896e63a

View File

@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
patches = [ ./drop-hardcoded-prefix.patch ];
hardeningDisable = [ "format" ];
enableParallelBuilding = true;
meta = {