What is the intended use of EXTRA_CFLAGS
?
I see it in some contexts but I've never understood why one wouldn't just append flags to CFLAGS
instead of EXTRA_CFLAGS
.
I first thought there was something to do with how make has defined its implicit rules, but this did not seem to be the case. As I understand it, there are no uses of EXTRA_CFLAGS
in the make implicit rules, correct?
I would appreciate any enlightenment.