Re: [ros-users] ROS_BUILD with optimization causes disfuncti…

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: Re: [ros-users] ROS_BUILD with optimization causes disfunctionality
On Fri, Feb 11, 2011 at 4:07 AM, Steven Bellens
<> wrote:
> I was using #ifdef NDEBUG statements to print out debug information,
> but already commented those out and the result is the same.


Maybe there's a hidden assert()ion with side effects. Have you tried
building in release mode but without -DNDEBUG? The "RelWithAsserts"
build type should do that.