Fixes stack frame size error when compiling mc_pos_control_m on vagrant

This commit is contained in:
devbharat
2015-07-27 07:17:46 +02:00
parent 5cfc12c5cf
commit 89f64ab0d3

View File

@@ -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