Re: [ros-users] RTT_COMPONENT_PATH in ROS debs

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: Re: [ros-users] RTT_COMPONENT_PATH in ROS debs
>
>
> I'll change it. What's the policy here? Define the ROS_BUILD_TYPE in
> every project? Not define it so it defaults to ... ?
> What is it best set to? Release / RelWithDebInfo / MinSizeRel ?
>
>

Generally just don't explicitly set it (it defaults to RelWithDebInfo) until
it's been tested a lot and proven stable, and then switch it RelWithAsserts.

Josh