Is it possible to tell GCC to compile the source code, and ignore macros like __FILE__
, __LINE__
, etc, etc, or redefine them to expand into let's say - an empty string?
↧
Ignoring or redefining GCC Standard Predefined Macros
↧