-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Currently CFLAGS is used for everything - shouldn't defines and include options all go to CPPFLAGS instead?
A side not, just to share, as I forgot about this:
make CFLAGS=something overrides CFLAGS in the makefile completely, while CFLAGS=something make actually extend those if CFLAGS += is used in the makefile (what we already do), so this specific option should not be passed to make but come from the environment.
Metadata
Metadata
Assignees
Labels
No labels