Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilucand committed Feb 22, 2023
2 parents d26e630 + ab4685f commit 0531d82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,12 @@ default-members = ["crates/cmdline", "crates/api"]
debug = false
strip = true
lto = "thin"


[profile.with_debug]
inherits = "release"
debug = true
strip = false
lto = "thin"

# split-debuginfo = "packed"

0 comments on commit 0531d82

Please sign in to comment.