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
diff --git a/Cargo.toml b/Cargo.toml index 0ae0b41e2..34fa28ff9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] |