소스 검색

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