Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bjam 允许用户在命令行中定义一个 C/C++ 宏。
取消定义宏怎么样?
我想要实现的是在我的发布版本中取消定义 NDEBUG 宏。
提前致谢。