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

Keep build times for object files #2

Open
codecat opened this issue Jul 11, 2020 · 1 comment
Open

Keep build times for object files #2

codecat opened this issue Jul 11, 2020 · 1 comment

Comments

@codecat
Copy link
Owner

codecat commented Jul 11, 2020

Keep a state of already compiled files so subsequent builds are faster.

@codecat
Copy link
Owner Author

codecat commented Jul 12, 2020

There's a problem here - if a header file changes, then the cpp files that include the header file would need to re-compile as well. Not sure if I want to make such a dependency graph.

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

No branches or pull requests

1 participant