mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 07:00:36 +08:00
Fixes stack frame size error when compiling mc_pos_control_m on vagrant
This commit is contained in:
@@ -42,4 +42,4 @@ SRCS = mc_pos_control_main.cpp \
|
||||
mc_pos_control.cpp \
|
||||
mc_pos_control_params.c
|
||||
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=1200
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=2500
|
||||
|
||||
Reference in New Issue
Block a user