How are ROS debian packages compiled?
Hi, I'd like to know if there's any documentation on the gcc flags used to compile the Debian ROS packages. I assume -O3 is used everywhere and that sse1-3 is only enabled on those packages which contain rosbuild_check_for_sse(), but I'd prefer to have this documented, to verify whether I need to rebuild it myself to have maximum performance on my machines.
thank you