CMake Details

本文约 100 字,阅读需 1 分钟。

CMAKE_BUILD_TYPEDebug, Release, RelWithDebInfo and MinSizeRel有什么区别?

  • Debug: -g(默认-O0)
  • Rlease: -O3 -DNDEBUG
  • RleWithDebInfo: -O2 -g -DNDEBUG
总阅读量次。