caneda: disable format hardening

This commit is contained in:
Robin Gloster 2016-03-01 22:09:15 +00:00
parent d47857c3d9
commit 9ba6bd4dea

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
sha256 = "dfbcac97f5a1b41ad9a63392394f37fb294cbf78c576673c9bc4a5370957b2c8";
};
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
hardening_format = false;
buildInputs = [ cmake qt4 libxml2 libxslt ];