Browse Source

Remove debug symbols on release

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
290b38c2ea
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Cargo.toml

+ 2
- 2
Cargo.toml View File

@@ -54,5 +54,5 @@ members = [
"components/library",
]

[profile.release]
debug = true
#[profile.release]
#debug = true

Loading…
Cancel
Save