Re: [ros-users] RTT_COMPONENT_PATH in ROS debs

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: 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