This commit is contained in:
nora 2023-05-17 20:09:40 +02:00
commit 66fedc6178
16 changed files with 436 additions and 0 deletions

5
.cargo/config.toml Normal file
View 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
]