Skip to content

Fix Make dependencies to support parallel builds (-j)#36

Merged
differrari merged 1 commit intodifferrari:mainfrom
codebrainz:parallel-make
Aug 14, 2025
Merged

Fix Make dependencies to support parallel builds (-j)#36
differrari merged 1 commit intodifferrari:mainfrom
codebrainz:parallel-make

Conversation

@codebrainz
Copy link
Copy Markdown
Contributor

On my computer (-j12) the build time is reduced from around 9.5 seconds to around 4 seconds.

Use like: make -j$(nproc) run

On my computer (-j12) the build time is reduced from around 9.5
seconds to around 4 seconds.

Use like: `make -j$(nproc) run`
@differrari
Copy link
Copy Markdown
Owner

I'm not seeing the change you mention, but either way, useful as that might be, it can affect performance of other things on your system, like my streams for example, so I'd rather not make it default

@differrari differrari closed this Aug 14, 2025
@differrari differrari reopened this Aug 14, 2025
@differrari differrari merged commit 1b65022 into differrari:main Aug 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants