Optimize the release build.
This shaved a 7MB binary down to 2MB.
This commit is contained in:
parent
d69522c7dc
commit
4a21205956
@ -27,3 +27,7 @@ walkdir = "2.3.3"
|
||||
[features]
|
||||
default = ["compare"]
|
||||
compare = []
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
strip = "symbols"
|
||||
|
Loading…
Reference in New Issue
Block a user