标签: gcc macros compiler-flags
如何在C中使用宏来检测-Wl,--wrap在编译过程中是否使用了包装函数标志gcc。我想得到类似于
-Wl,--wrap
gcc
#ifdef WRAP_FLAG do_something(); #endif