build: use strip=symbols

Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
This commit is contained in:
Ariadne Conill 2024-04-13 02:15:50 -07:00
parent 2544a8ff0e
commit d96e6d8dc8

View File

@ -119,3 +119,4 @@ features = ["v4"]
[profile.release]
lto = "fat"
strip = "symbols"