uwuwind/.cargo/config.toml
2023-11-08 21:19:35 +01:00

4 lines
122 B
TOML

[target.x86_64-unknown-linux-gnu]
rustflags = [
"-Cforce-frame-pointers=yes", # for the uwuwind fp stack walker
]