tools: create dev profile

This commit is contained in:
Quaternions 2025-03-14 15:11:07 -07:00
parent bdb1090664
commit 0fb0230cb1
2 changed files with 5 additions and 0 deletions

@ -24,3 +24,7 @@ resolver = "2"
#lto = true
strip = true
codegen-units = 1
[profile.dev]
strip = false
opt-level = 3

1
tools/dev Executable file

@ -0,0 +1 @@
RUST_BACKTRACE=1 mangohud ../target/debug/strafe-client "$@"