Skip to content

Tweak build options for faster tool build #66

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

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Conversation

JohnAZoidberg
Copy link
Member

@JohnAZoidberg JohnAZoidberg commented Aug 29, 2023

Previously building inputmodule-control would be as slow as 20s even with no code change. Now it takes just less than 1s.

  • Remove all options that are default - no need to specify them again.
  • Keep the release options the same (Still slow tool build but not as important)
  • Apply the dev options only to the firmware, not tool

Fixes #19

Previously building inputmodule-control would be as slow as 20s even
with no code change. Now it takes just less than 1s.

- Remove all options that are default - no need to specify them again.
- Keep the release options the same (Still slow tool build but not as
  important)
- Apply the dev options only to the firmware, not tool

Signed-off-by: Daniel Schaefer <[email protected]>
@JohnAZoidberg JohnAZoidberg merged commit 3f09b9a into main Sep 1, 2023
@JohnAZoidberg JohnAZoidberg deleted the faster-tool-build branch September 1, 2023 06:52
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.

Reduce tool build time!
1 participant