mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a profiling Cargo profile
This is a release build with debug symbols.
This commit is contained in:
@@ -110,3 +110,7 @@ features = [
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
strip = "symbols"
|
||||
|
||||
[profile.profiling]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user