1
0
Fork 0

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:
Robbert van der Helm 2022-03-09 01:08:50 +01:00
parent 305a3f922b
commit cec42ac2d6

View file

@ -65,3 +65,6 @@ features = [
"Win32_System_LibraryLoader",
"Win32_System_Performance",
]
[profile.release]
strip = "symbols"