Skip to content

Commit

Permalink
souffle: Disable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Oct 22, 2017
1 parent e9aa686 commit 917bd0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/compilers/souffle/default.nix
Expand Up @@ -29,7 +29,8 @@ stdenv.mkDerivation rec {

preConfigure = "./bootstrap";

enableParallelBuilding = true;
# in 1.0.0: parser.hh:40:0: error: unterminated #ifndef
enableParallelBuilding = false;

# See https://github.com/souffle-lang/souffle/issues/176
hardeningDisable = [ "fortify" ];
Expand Down

0 comments on commit 917bd0b

Please sign in to comment.