Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,13 +22,12 @@ default-members = [ [profile.release] lto = "thin" -# debug = true [profile.opt] inherits = "release" lto = "fat" codegen-units = 1 -# strip = "debuginfo" # TODO: or strip = true +strip = true opt-level = 3 [profile.integration] |