We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc35ad5 commit d7ca3feCopy full SHA for d7ca3fe
1 file changed
.cargo/config.toml
@@ -7,4 +7,9 @@ rustflags = [
7
"-C" , "debug-assertions", # Enable debug assertions in release builds to have more safeguards in place
8
"--cfg", "uuid_unstable", # Enable unstable Uuid
9
"--cfg", "tokio_unstable", # Enable unstable tokio
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