宏和gcc如果在程序中写了#ifdef xxx。。。#endif如何编译使得中间的代码生效,gcc有个参数可以吧[解决办法]gcc -DXXX ...#ifdef XXX//...#endif[解决办法]gcc -Dxxx