Skip to content

Commit

Permalink
debuginfo=1 comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 10, 2023
1 parent 340a616 commit fe654e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- .github/actions/package/*
- .github/workflows/release.yml
- justfile
- Cargo.toml # For release build settings
push:
tags:
- "release/*"
Expand Down
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,5 @@ members = [
]

[profile.release]
debug = 2
# split-debuginfo = 'packed'
# strip = 'symbols'
debug = 1
lto = true

0 comments on commit fe654e8

Please sign in to comment.