Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d74e7ed

Browse files
goffrieConvex, Inc.
authored and
Convex, Inc.
committedMay 5, 2025·
Set RUSTFLAGS=-Cforce-frame-pointers=yes in prod (#36992)
GitOrigin-RevId: d84087ec193393eb48e45cb8073893e5a1c16715
1 parent 6d2e5a7 commit d74e7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CARGO_WORKSPACE_ROOT = { value = "", relative = true }
33
CHRONO_TZ_TIMEZONE_FILTER = "US/Pacific"
44

55
[target.aarch64-unknown-linux-gnu]
6-
rustflags = ["-Ctarget-cpu=neoverse-n1"]
6+
rustflags = ["-Ctarget-cpu=neoverse-n1", "-Cforce-frame-pointers=yes"]
77

88
[target.aarch64-apple-darwin]
99
rustflags = ["-Ctarget-cpu=apple-m1"]

0 commit comments

Comments
 (0)
Please sign in to comment.