From 4f1d03196acc3ebb0286d74c55dcf06505261ff7 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 5 Jan 2023 07:59:20 -0500 Subject: [PATCH] fix: remove opt level 3 for dev --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 95f2a4d..790fb07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }