Skip to content

Commit

Permalink
[skip-ci] build: Compile readyset with frame pointers by default
Browse files Browse the repository at this point in the history
We don't get full stack traces for readyset.  This update will adjust
our build to add the rustflag "-C force-frame-pointers=yes" by default.

Fixes: REA-5129
Change-Id: I573b2fee6d375a5236407ee30a2c400930fee367
  • Loading branch information
ronh-rs committed Jan 2, 2025
1 parent 9ff3e1b commit 798b901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lint = "clippy --all-targets"

[build]
rustflags = ["-C", "link-args=-llz4"]
rustflags = ["-C", "link-args=-llz4", "-C", "force-frame-pointers=yes"]

[target.'cfg(feature = "cargo-clippy")']
rustflags = [
Expand Down

0 comments on commit 798b901

Please sign in to comment.