fix: remove opt level 3 for dev

This commit is contained in:
Nova
2023-01-05 07:59:20 -05:00
parent 3cf65e5c7b
commit 4f1d03196a

View File

@@ -8,9 +8,6 @@ license = "GPLv2"
repository = "https://github.com/StardustXR/stardust-xr-server/"
homepage = "https://stardustxr.org"
[profile.dev]
opt-level = 3
[dependencies]
color-eyre = { version = "0.6.2", default-features = false }
clap = { version = "4.0.8", features = ["derive"] }