Is there any way to find out compiler flags in C++ while compiling? For example, some dream code:
#ifdef -fPIC
...
#endif
OS: Debian Compiler: gcc
Is there any way to find out compiler flags in C++ while compiling? For example, some dream code:
#ifdef -fPIC
...
#endif
OS: Debian Compiler: gcc