Skip to content

Commit d7ca3fe

Browse files
authored
Set force-frame-pointers=yes on arm linux (#557)
To enable Parca - parca-dev/parca-agent#1805
1 parent fc35ad5 commit d7ca3fe

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.cargo/config.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ rustflags = [
77
"-C" , "debug-assertions", # Enable debug assertions in release builds to have more safeguards in place
88
"--cfg", "uuid_unstable", # Enable unstable Uuid
99
"--cfg", "tokio_unstable", # Enable unstable tokio
10-
]
10+
]
11+
12+
[target.aarch64-unknown-linux-gnu]
13+
rustflags = [
14+
"-C" , "force-frame-pointers=yes", # Enable frame pointers to support Parca (https://github.com/parca-dev/parca-agent/pull/1805)
15+
]

0 commit comments

Comments
 (0)