Skip to content

Commit

Permalink
fix(cargo.toml): rm debug symbols in release build (#1441)
Browse files Browse the repository at this point in the history

Co-authored-by: MultisampledNight <contact@multisamplednight.com>
  • Loading branch information
kskarthik and MultisampledNight committed Aug 9, 2022
1 parent 8717391 commit 669a526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -73,6 +73,7 @@ objc = "0.2.7"
[profile.release]
lto = true
incremental = true
strip = true

[package.metadata.bundle]
name = "Neovide"
Expand Down

0 comments on commit 669a526

Please sign in to comment.