mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-16 11:35:00 +01:00
whatever
This commit is contained in:
parent
ca89c63adc
commit
4ae7bf8ad5
20 changed files with 387 additions and 19 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