Skip to content

Commit 60bdff8

Browse files
committed
refactor: basic refactor for dev
1 parent 3e6e80b commit 60bdff8

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

GUI/ETVR/src-tauri/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ default = ["custom-protocol"]
4141
# DO NOT remove this
4242
custom-protocol = ["tauri/custom-protocol"]
4343

44+
[profile.dev]
45+
# Disabling debug info speeds up builds a bunch,
46+
# and we don't rely on it for debugging that much.
47+
debug = 0
48+
4449
[profile.release]
4550
panic = "abort" # Strip expensive panic clean-up logic
4651
codegen-units = 1 # Compile crates one after another so the compiler can optimize better

0 commit comments

Comments
 (0)