How to set the catkin workspace configuration to have both release and debug build?

asked 2020-06-18 01:36:21 -0500

Suri gravatar image

updated 2020-06-18 01:37:09 -0500

Hey All,

I need to have both release and debug build(files) in my catkin workspace. But I could not able to find how to have two different build configuration in the same workspace.I know how to build either in release or debug mode using cmake arguments .But setting up catkin workspace to have two build mode files and source the the devel separately I do not know.I went through this website https : // catkin-tools.readthedocs.io/en/latest/verbs/catkin_profile.html But there is no information about my question.

Does anybody know how to do it ?

Thanks in advance.

edit retag flag offensive close merge delete