mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
worst case analysis of stack usage (#7883)
* Makefile target "check_stack"
This commit is contained in:
committed by
Daniel Agar
parent
24ed06156e
commit
ceeae7587e
@@ -573,10 +573,12 @@ function(px4_os_add_flags)
|
||||
set(added_c_flags
|
||||
-nodefaultlibs
|
||||
-nostdlib
|
||||
-fstack-usage
|
||||
)
|
||||
set(added_cxx_flags
|
||||
-nodefaultlibs
|
||||
-nostdlib
|
||||
-fstack-usage
|
||||
)
|
||||
|
||||
set(added_optimization_flags)
|
||||
|
||||
Reference in New Issue
Block a user