mirror of
https://github.com/Noratrieb/uwuwind.git
synced 2026-01-14 16:45:08 +01:00
uwuwind
This commit is contained in:
commit
66fedc6178
16 changed files with 436 additions and 0 deletions
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
"-Cforce-frame-pointers=yes", # for the uwuwind fp stack walker
|
||||
"-Clink-arg=-Wl,-E" # for dladdr
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue