ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Use `catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release"
2 | No.2 Revision |
Use `catkin catkin
config --cmake-args -DCMAKE_BUILD_TYPE=Release"
3 | No.3 Revision |
Use catkin config --cmake-args
-DCMAKE_BUILD_TYPE=Release"-DCMAKE_BUILD_TYPE=Release
4 | No.4 Revision |
Use catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release
.
EDIT: you might want to look into the docs.
5 | No.5 Revision |
Use catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release
.
EDIT: you might want to look into the docs.
RE single package: I think that is simply done by catkin build <package you want to optimize>
with the flag and removing the CMake flag when building the others. Also note that you should comment under my answer, not post a new answer...and possibly accept the answer if I solved your issue.
6 | No.6 Revision |
Use
catkin config --cmake-args
-DCMAKE_BUILD_TYPE=Release-DCMAKE_BUILD_TYPE=Release.
EDIT: you might want to look into the docs.
RE single package: I think that is simply done by catkin build <package you want to optimize>
with the flag and removing the CMake flag when building the others. Also note that you should comment under my answer, not post a new answer...and possibly accept the answer if I solved your issue.
7 | No.7 Revision |
Use the following:
catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release
EDIT: you might want to look into the docs.
RE single package: I think that is simply done by catkin build <package you want to optimize>
with the flag and removing the CMake flag when building the others. Also note that you should comment under my answer, not post a new answer...and possibly accept the answer if I solved your issue.