解决fp回栈无法抓取rust hdcd栈的问题

Signed-off-by: wangtao <wangtao577@huawei.com>
This commit is contained in:
wangtao 2024-07-16 15:03:23 +08:00
parent 1eab0ce224
commit 91ece2bdb8

View File

@ -263,6 +263,7 @@ template("build_hdc") {
"-Clink-arg=--coverage",
]
}
rustflags = [ "-Cforce-frame-pointers=yes" ]
deps = [
":lib",
":serialize_structs",