mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_NavEKF2: change optimisation from -O3 to -O2
This commit is contained in:
parent
5f90afa71e
commit
163efd0df5
@ -20,7 +20,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#pragma GCC optimize("O3")
|
||||
#pragma GCC optimize("O2")
|
||||
|
||||
#define EK2_DISABLE_INTERRUPTS 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user