Skip to content
Snippets Groups Projects
Commit f44a23bc authored by Mark Charlebois's avatar Mark Charlebois
Browse files

Check stack for commander only for NuttX


Turn off check of stack if not a NuttX build

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent c9d4f025
No related branches found
No related tags found
No related merge requests found
......@@ -59,5 +59,7 @@ MODULE_STACKSIZE = 5000
MAXOPTIMIZATION = -Os
ifdef ($(PX4_TARGET_OS),nuttx)
EXTRACXXFLAGS = -Wframe-larger-than=2200
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment