Skip to content

Commit

Permalink
chore: strip debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastien committed Jan 28, 2024
1 parent c424e5c commit 692eb6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ members = [
"oal-compiler",
"oal-wasm"
]

[profile.release]
strip = "debuginfo"

0 comments on commit 692eb6f

Please sign in to comment.