cbc: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-09 01:35:33 +00:00
parent dda7a039b7
commit 0afc644cfd

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
hardening_format = false;
buildInputs = [ zlib bzip2 ];
# FIXME: move share/coin/Data to a separate output?