ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Another way to run it over the whole workspace without changing the CMakeLists.txt is to use command-line arguments:

catkin build --cmake-args -DCMAKE_C_FLAGS="-pg" -DCMAKE_CXX_FLAGS="-pg" --

Another way to run it over the whole workspace without changing the CMakeLists.txt is to use command-line arguments:

 catkin build  --cmake-args -DCMAKE_C_FLAGS="-pg" -DCMAKE_CXX_FLAGS="-pg" --