消除条件编译宏

Posted yangxinrui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了消除条件编译宏相关的知识,希望对你有一定的参考价值。

使用软件 stripcc

下载地址:https://sourceforge.net/projects/stripcc/

解压后,make; make install

使用方法:

eg: uboot

uboot 配置编译后直接运行 stripcc

stripcc详细说明:http://stripcc.sourceforge.net/

以上是关于消除条件编译宏的主要内容,如果未能解决你的问题,请参考以下文章

如何在Makefile中定义宏进行条件编译

iOS 宏条件编译

C-宏定义, 预处理, 条件编译

预处理三剑客(宏定义,文件包含和条件编译)之第三种——条件编译。 #ifndef #ifdef

宏表达式与函数#undef条件编译

[ Android 编译 ] Android.bp 根据条件添加宏定义