It quite often happens that you need to send a CMake parameter to your catkin project, for instance, you need to build your code for debugging mode. The correct syntax is:
1 |
catkin_make -DCMAKE_BUILD_TYPE="Release" |
another example:
1 |
catkin_make -DCMAKE_VERBOSE_MAKEFILE=ON |
read more: http://wiki.ros.org/catkin/Tutorials/using_a_workspace