[ros-users] [Discourse.ros.org] [Next Generation ROS] Ament build for Release

William Woodall ros.discourse at gmail.com
Wed Nov 30 19:32:28 UTC 2016




The default is the same as for CMake, which is `CMAKE_BUILD_TYPE=None`. Build type of None is neither release nor debug. It does not use the `-g` flag, but also does not define the `NDEBUG` definition and does not use any `-O` flags if I remember correctly. You need to explicitly set a build type if you want Release or Debug or RelWithDebInfo or something else. For example: `ament.py build --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo --`






---
[Visit Topic](http://discourse.ros.org/t/ament-build-for-release/915/2) or reply to this email to respond.




More information about the ros-users mailing list