question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is there a way to make this work so it compiles multiple files at once? Similar than it would when running cmake directly.

./node_modules/cmake-js/bin/cmake-js build -m -- -j 4

I’m currently updating node-vtk which uses cmake-js and it are a lot wrappers to be compiled…

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
unbornchikkencommented, Feb 10, 2021

CMAKE_BUILD_PARALLEL_LEVEL=4 cmaje-js build

0reactions
claudvcommented, Feb 9, 2021

First of all, thanks for providing this really useful package. Unfortunately I am having the same problem, the option does not seem to work. Could it be confirmed that @axkibe command is correct and should definitely work?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting Up a Parallel Build - IBM
A parallel build is controlled by specifications on all the hosts involved. The host on which you enter the clearmake command is the...
Read more >
Parallel Build - SU2
SU2 uses the GNU automake tools to configure and build the software from source in Linux and Mac OS X environments (or with...
Read more >
Parallel Builds | Buildkite Documentation
Running a build's steps in parallel is a way to decrease your build's total running time. This guide will show you how to...
Read more >
How to Create Efficient C++ Parallel Builds? - Incredibuild
Setting up efficient parallel builds for any language takes practice and planning. Learn how to do it in C++!
Read more >
Parallel Builds | Packer - HashiCorp Developer
Create multiple images for multiple platforms in parallel, from one Packer template, by creating a source. Build Ubuntu and Ubuntu Focal images for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found