mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 21:55:34 +08:00
tests: increase stack size from 8000 to 9000
clang failed with: ../src/systemcmds/tests/test_mathlib.cpp:56:5: fatal error: stack frame size of 7400 bytes in function 'test_mathlib' [-Wframe-larger-than=] int test_mathlib(int argc, char *argv[])
This commit is contained in:
@@ -69,9 +69,9 @@ endif()
|
||||
px4_add_module(
|
||||
MODULE systemcmds__tests
|
||||
MAIN tests
|
||||
STACK_MAIN 8000
|
||||
STACK_MAIN 9000
|
||||
COMPILE_FLAGS
|
||||
-Wframe-larger-than=6000
|
||||
-Wframe-larger-than=8000
|
||||
-Wno-float-equal
|
||||
-O0
|
||||
SRCS ${srcs}
|
||||
|
||||
Reference in New Issue
Block a user