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 Mar 8, 2023
1 parent e0d667f commit 5d9887c
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 5d9887c

Please sign in to comment.