mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Strip symbols from release builds
Keeps everything a lot smaller, and I'm not expecting backtraces from release builds anyways.
This commit is contained in:
@@ -65,3 +65,6 @@ features = [
|
||||
"Win32_System_LibraryLoader",
|
||||
"Win32_System_Performance",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
strip = "symbols"
|
||||
|
||||
Reference in New Issue
Block a user