Enabling/Disabling feature specific flags for compiling
这与帖子有关
https://stackoverflow.com/a/4171484/1220659
我想知道在哪里以及如何启用UNIT_TEST标志。 我猜,它与makefile有关。 但我完全是新手。
http://www.google.com/search?q=add+%23define+to+makefile
如果您使用的是Visual Studio:
http://msdn.microsoft.com/en-us/library/hhzbb5c8%28v=vs.80%29.aspx
我得到了我想要的东西,我只需要在makefile中添加-D选项和标志。