mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
Linux: dont check stacksize in sdlog2
stacksize check in sdlog2 fails for x86_64 Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -46,6 +46,8 @@ MODULE_STACKSIZE = 1200
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
ifeq ($(PX4_TARGET_OS),nuttx)
|
||||
EXTRACFLAGS = -Wframe-larger-than=1400
|
||||
endif
|
||||
|
||||
EXTRADEFINES = -DGIT_VERSION='"$(GIT_DESC)"'
|
||||
|
||||
Reference in New Issue
Block a user