Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix incremental build #584

Merged
merged 1 commit into from
Nov 26, 2024
Merged

fix incremental build #584

merged 1 commit into from
Nov 26, 2024

Conversation

chinwobble
Copy link
Contributor

@chinwobble chinwobble commented Nov 26, 2024

When trying to build this on ubuntu 20.04 in WSL I noticed running make would recompile the .cpp code every time.

This change makes running make multiple much faster since only the files changed will be recompiled.

If you run make twice you should see significant build time improvements. This is useful when you change the code, recompile, change the code.

@sfchen sfchen merged commit 3570002 into OpenGene:master Nov 26, 2024
0 of 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