0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

️ build: improve non-release build time by changing the dev profile build flag (#380)

This commit is contained in:
neon_arch 2023-11-08 19:04:57 +03:00
parent 3aee141d0e
commit 89ee79cd0f

View File

@ -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