Skip to content

Fix build.sh errors on some systems

Jens Fischer requested to merge Gama11/SimSpark:patch-1 into master

Apparently, make -j fails with an "internal compiler error" on some systems (Ubuntu 15.04 in this case). -j4 is maybe not as fast as it could be depending on the number of cores, but it's better than nothing, and should be safe.

Merge request reports