From 2c5f0c1b7f869ad9f9378520daa12da12be012f7 Mon Sep 17 00:00:00 2001
From: Matthias Maier
- If you have set up the testsuite (or at least a few hundred tests by
- providing a sufficiently general regular expression
- as TEST_PICKUP_REGEX
) you'll notice that a
- reconfiguration of the build directory takes a noticeable time (in the
- order of minutes instead of seconds) with
- Reconfiguring testsuite subprojects
.
- By default (with the "Unix Makefiles" generator) this is due to the
- fact that the reconfiguration processes the subprojects sequentally.
- If you want to increase the parallelism, specify e.g.
- MAKEOPTS="-j8"
as environment variable or as CMake
- variable.
-
- Alternatively, you can use Ninja
as your build tool instead
- of make
.
-