Skip to content

Commit

Permalink
refactor: basic refactor for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Feb 2, 2023
1 parent 3e6e80b commit 60bdff8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GUI/ETVR/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ default = ["custom-protocol"]
# DO NOT remove this
custom-protocol = ["tauri/custom-protocol"]

[profile.dev]
# Disabling debug info speeds up builds a bunch,
# and we don't rely on it for debugging that much.
debug = 0

[profile.release]
panic = "abort" # Strip expensive panic clean-up logic
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 60bdff8

Please sign in to comment.