Spaces:
Running
Running
neon_arch
commited on
Commit
·
89ee79c
1
Parent(s):
3aee141
⚡️ build: improve non-release build time by changing the dev profile build flag (#380)
Browse files- Cargo.toml +1 -1
Cargo.toml
CHANGED
@@ -51,7 +51,7 @@ minify-js = {version="0.5.6", default-features=false}
|
|
51 |
[profile.dev]
|
52 |
opt-level = 0
|
53 |
debug = true
|
54 |
-
split-debuginfo = '
|
55 |
debug-assertions = true
|
56 |
overflow-checks = true
|
57 |
lto = false
|
|
|
51 |
[profile.dev]
|
52 |
opt-level = 0
|
53 |
debug = true
|
54 |
+
split-debuginfo = 'unpacked'
|
55 |
debug-assertions = true
|
56 |
overflow-checks = true
|
57 |
lto = false
|