keep frame poiners in release mode

This makes it easier to get call graphs with perf.
This commit is contained in:
Scott Lamb 2019-07-20 15:33:12 -07:00
parent 18c693fa46
commit 2ead8f8332
1 changed files with 2 additions and 0 deletions

2
.cargo/config Normal file
View File

@ -0,0 +1,2 @@
[build]
rustflags = "-C force-frame-pointers=yes"