We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1059eed + 9a2e0cc commit 7be3047Copy full SHA for 7be3047
2 files changed
.cargo/config.toml
@@ -0,0 +1,2 @@
1
+[resolver]
2
+incompatible-rust-versions = "fallback"
Cargo.toml
@@ -86,3 +86,12 @@ uninlined_format_args = "warn"
86
verbose_file_reads = "warn"
87
wildcard_imports = "warn"
88
zero_sized_map_values = "warn"
89
+
90
+[profile.dev]
91
+panic = "abort"
92
93
+[profile.release]
94
95
+codegen-units = 1
96
+lto = true
97
+debug = "line-tables-only"
0 commit comments