feat: cargo dist info
This commit is contained in:
@ -49,3 +49,8 @@ strip = true
|
||||
inherits = "release"
|
||||
strip = false
|
||||
debug = 2
|
||||
|
||||
# The profile that 'dist' will build with
|
||||
[profile.dist]
|
||||
inherits = "release"
|
||||
lto = "thin"
|
||||
|
||||
Reference in New Issue
Block a user