We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist
1 parent 0af5b9f commit 631d54fCopy full SHA for 631d54f
Cargo.toml
@@ -54,3 +54,9 @@ repository = "https://github.com/nik-rev/countryfetch"
54
[workspace.lints.clippy]
55
pedantic = { priority = -1, level = "warn" }
56
nursery = { priority = -1, level = "warn" }
57
+
58
+# The profile that 'dist' will build with
59
+[profile.dist]
60
+inherits = "release"
61
+codegen-units = 1
62
+lto = true
0 commit comments