Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rustflags = [
"-C", "force-unwind-tables", # Include full unwind tables when aborting on panic
"--cfg", "uuid_unstable", # Enable unstable Uuid
"--cfg", "tokio_unstable", # Enable unstable tokio
"-C", "force-frame-pointers=yes", # Enable frame pointers for profiling (dial9, perf)
]

[target.aarch64-unknown-linux-gnu]
Expand All @@ -33,6 +34,7 @@ rustflags = [
"-C", "force-unwind-tables", # Include full unwind tables when aborting on panic
"--cfg", "uuid_unstable", # Enable unstable Uuid
"--cfg", "tokio_unstable", # Enable unstable tokio
"-C", "force-frame-pointers=yes", # Enable frame pointers for profiling (dial9, perf)
"-C", "link-self-contained=yes", # Link statically
]

Expand Down
Loading
Loading