We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386f7a8 commit 3c7e654Copy full SHA for 3c7e654
1 file changed
Cargo.toml
@@ -13,6 +13,10 @@ edition = "2018"
13
exclude = ["ci/**/*", "docs/**/*", "appveyor.yml", ".travis.yml", "pkg/**/*"]
14
build = "build.rs"
15
16
+[profile.release]
17
+lto = true
18
+opt-level = "s"
19
+
20
[badges]
21
travis-ci = { repository = "arusahni/git-req" }
22
appveyor = { repository = "arusahni/git-req" }
0 commit comments