diff --git a/Cargo.toml b/Cargo.toml
index b2ad956f..765bff88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,3 +24,7 @@ resolver = "2"
 #lto = true
 strip = true
 codegen-units = 1
+
+[profile.dev]
+strip = false
+opt-level = 3
diff --git a/tools/dev b/tools/dev
new file mode 100755
index 00000000..6750abb4
--- /dev/null
+++ b/tools/dev
@@ -0,0 +1 @@
+RUST_BACKTRACE=1 mangohud ../target/debug/strafe-client "$@"