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:
parent
305a3f922b
commit
cec42ac2d6
|
@ -65,3 +65,6 @@ features = [
|
|||
"Win32_System_LibraryLoader",
|
||||
"Win32_System_Performance",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
strip = "symbols"
|
||||
|
|
Loading…
Reference in a new issue