mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
Posix: disable stack size check
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -45,4 +45,6 @@ MODULE_STACKSIZE = 1200
|
|||||||
|
|
||||||
EXTRACFLAGS = -Wno-float-equal -Wframe-larger-than=3700
|
EXTRACFLAGS = -Wno-float-equal -Wframe-larger-than=3700
|
||||||
|
|
||||||
|
ifeq ($(PX4_TARGET_OS),nuttx)
|
||||||
EXTRACXXFLAGS = -Wframe-larger-than=2400
|
EXTRACXXFLAGS = -Wframe-larger-than=2400
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user