summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-24 15:21:12 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-24 15:21:12 +0200
commit2a10862f457f22a796af5f5cdbfdc264e6df891e (patch)
tree6e0cc36f59347903f89870134b05c5839e3e45d4
parent3cc0f1ef0dd9d08bf416e1299fb497db3fbc0d2f (diff)
Enable debug symbols in development
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 416197b8..3c991c09 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,9 +57,6 @@ indexmap = "1.9.3"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
stacker = "0.1.15"
-[profile.dev]
-debug = false
-
[profile.dev.package."*"]
opt-level = 2