Keeping debug and release make builds separately in difference directories in ROS workspace

asked 2020-12-01 21:12:53 -0500

epsxk82 gravatar image

Hi, Normally, in make build system, we maintain debug and release make files separately in difference directory such as build/debug and build/release. Accordingly, we also keep the output files depending on the build type in separate directories such as out/debug and out/release. I wonder if this is possible in ROS workspace. I am worried because this doesn't comply with the ROS build convention, this may have any potential of problems later.

edit retag flag offensive close merge delete