mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -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 once
|
||||||
|
|
||||||
#pragma GCC optimize("O3")
|
#pragma GCC optimize("O2")
|
||||||
|
|
||||||
#define EK2_DISABLE_INTERRUPTS 0
|
#define EK2_DISABLE_INTERRUPTS 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user