Re: [ros-users] RTT_COMPONENT_PATH in ROS debs

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: 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