瀏覽代碼

fix: reenable debug symbols in debug builds

cyqsimon 2 年之前
父節點
當前提交
df77682aca
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Cargo.toml

+ 0 - 5
Cargo.toml

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