Short answer: None.
A slightly long answer: even if that were the case, your code would not be portable. Projects requiring this kind of function allow the build system to do this, for example. using all the flags in the variable CFLAGSin makeand create a rule by placing all these flags in #define.
source
share