We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c798863 commit eca33d4Copy full SHA for eca33d4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "grip-grab"
3
-version = "0.5.3"
+version = "0.5.4"
4
edition = "2021"
5
authors = ["Alexandre Pasmantier <alex.pasmant@gmail.com>"]
6
license = "Apache-2.0"
@@ -30,3 +30,12 @@ termcolor = "1.4.1"
30
[[bin]]
31
name = "gg"
32
path = "src/main.rs"
33
+
34
+[profile.release]
35
+opt-level = 3
36
+debug = "none"
37
+strip = "symbols"
38
+debug-assertions = false
39
+overflow-checks = false
40
+lto = "fat"
41
+panic = "abort"
0 commit comments