ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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" --
2 | No.2 Revision |
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" --