fix: reenable debug symbols in debug builds

This commit is contained in:
cyqsimon 2023-10-13 18:22:23 +08:00
parent 9805dd5879
commit df77682aca
No known key found for this signature in database
GPG Key ID: 1D8CE2F297390D65

View File

@ -121,11 +121,6 @@ nix = []
# Should only be used inside of flake.nix locally (not on CI)
nix-local = []
# make dev builds faster by excluding debug symbols
[profile.dev]
debug = false
# use LTO for smaller binaries (that take longer to build)
[profile.release]
lto = true