mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
⚡️ build: improve non-release build time by changing the dev profile build flag (#380)
This commit is contained in:
parent
3aee141d0e
commit
89ee79cd0f
@ -51,7 +51,7 @@ minify-js = {version="0.5.6", default-features=false}
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
split-debuginfo = '...'
|
||||
split-debuginfo = 'unpacked'
|
||||
debug-assertions = true
|
||||
overflow-checks = true
|
||||
lto = false
|
||||
|
Loading…
Reference in New Issue
Block a user