mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 07:17:35 +08:00
Disabled optimization in crt0 to avoid optimization errors on the naked function (anyway there's nothing to optimize)
This commit is contained in:
@@ -28,6 +28,8 @@ extern int main(void);
|
||||
|
||||
extern void SystemInit(void);
|
||||
|
||||
#pragma GCC optimize 1
|
||||
|
||||
/**
|
||||
* Firmware entry point
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user