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

Configurable build process #34

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

xcvista
Copy link

@xcvista xcvista commented Jul 18, 2016

No description provided.

Makefile would supply them using env-vars.
"$@" = I can pass in flags like `-j32` to make compiling faster, utilizing all 32 logical cores on my workstation.
IDK if this will work. Really.
@@ -11,7 +11,9 @@

# Run "make help" for target help.

ifeq ($(MCU),)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required? What id you use ?=, would this work?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure you can use ?=. This is just equivalent.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?= looks fancier. Please use that, its also more simple and better understandable.

@NicoHood
Copy link
Owner

Looks like an interesting patch. Let me know once you fixed my notes. Thanks for taking the time :)

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