http://blog.chinaunix.net/uid-7213338-id-2658068.html gcc的-D和-U参数:宏的设置与取消 2006-10-08 22:59:06 分类: LINUX 这两天做LFS注意到了gcc的-D参数:在gcc命令中定义宏,比如我有如下的代码:/* hello.c */#include <stdio.h> #ifdef YESchar* str = "Yes, this is a macro.";#elsechar* str
GCC 中文手册 作者:徐明 GCC Section: GNU Tools (1) Updated: 2003/12/05 Index Return to Main Contents ------------------------------------------------------------------------ -------- NAME gcc,g++-GNU工程的C和C++编译器(egcs-1.1.2) 总览(SYNOPSIS) gcc[option|filename ]..