We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a0168 commit 784be1aCopy full SHA for 784be1a
git-foreach/Cargo.toml
@@ -11,3 +11,10 @@ repository = "https://github.com/marcfrederick/git-foreach"
11
clap = { version = "4.5.20", features = ["derive", "cargo"] }
12
git-walk = { path = "../git-walk" }
13
rayon = "1.10.0"
14
+
15
+[profile.release]
16
+lto = true
17
+strip = true
18
+opt-level = 3
19
+codegen-units = 1
20
+panic = 'abort'
0 commit comments