For reasons, I need to compile the Linux kernel (currently 4.7.10) passing some simple and innocent additional command line options (e.g. -pipe -Wsomething
etc) to the C compiler.
How do I do it?
More specifically, how do I enforce these compiler flags during plain make
as well as during make menuconfig
and similar, i.e. so that they are always passed to the C compiler whenever the latter is executed.