Skip to content

Configurable build process#34

Open
xcvista wants to merge 5 commits intoNicoHood:masterfrom
ArduinoMax:master
Open

Configurable build process#34
xcvista wants to merge 5 commits intoNicoHood:masterfrom
ArduinoMax:master

Conversation

@xcvista
Copy link
Copy Markdown

@xcvista xcvista commented Jul 18, 2016

No description provided.

xcvista added 5 commits July 18, 2016 10:28
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.

# Run "make help" for target help.

ifeq ($(MCU),)
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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