forked from StrafesNET/strafe-project
tools: create dev profile
This commit is contained in:
parent
bdb1090664
commit
0fb0230cb1
@ -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
1
tools/dev
Executable file
@ -0,0 +1 @@
|
||||
RUST_BACKTRACE=1 mangohud ../target/debug/strafe-client "$@"
|
Loading…
x
Reference in New Issue
Block a user