You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optimization flags (such as -O3) should be set externally (e.g., by
specifying `catkin_make -DCMAKE_BUILD_TYPE=Release`). If we specify -O3
for all builds here, it's impossible to compile in debug mode.
0 commit comments