Closed alt-vlad1q closed 3 years ago
You can set the environment variable MAKE_FLAGS
to -j8
I believe:
"env" : {"MAKE_FLAGS": "-j8"}
I would use CMAKE_BUILD_PARALLEL_LEVEL because your other option breaks generators like MSVC or Ninja
well thank you
Hello, in old versions of the plugin, system_builds were generated with the -j {max_count_threads} flag, how to set the flag in the new version? Because now by default, the assembly goes in one thread. Which method is correct?
or to class CmakeBuildCommand add: