mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
GCC13 does aggresive optimizations that causes a RWW violation. Causing the bootloader to crash while updating. Add compiler arguements to reduce optimizations fixing the issue.