Skip to content

Commit

Permalink
Add a profiling build profile
Browse files Browse the repository at this point in the history
Basically release with debug symbols
  • Loading branch information
fredizzimo committed Apr 15, 2023
1 parent 7eb4730 commit 1d65af1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ lto = true
incremental = true
strip = true

[profile.profiling]
inherits = "release"
strip = false
debug = true

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

0 comments on commit 1d65af1

Please sign in to comment.