summaryrefslogtreecommitdiff
path: root/.cargo/Config.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2024-08-15 20:23:26 -0400
committerMica White <botahamec@outlook.com>2024-08-25 19:24:37 -0400
commit509e5ce1e17417a70b9bcce8bc6e33c05106811d (patch)
tree5b1fe60a65b5f42a90023ead03c32336033afa1f /.cargo/Config.toml
parentdb9aa9f1bf49e8bede384b9ceb1e1fb82b522799 (diff)
Start profiling
Diffstat (limited to '.cargo/Config.toml')
-rw-r--r--.cargo/Config.toml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.cargo/Config.toml b/.cargo/Config.toml
index 32e1bdc..df202b6 100644
--- a/.cargo/Config.toml
+++ b/.cargo/Config.toml
@@ -1,16 +1,16 @@
-[profile.small]
-opt-level = "z"
-inherits = "release"
-
-[profile.bm]
-lto = true
-inherits = "dev"
-
-[profile.release]
-lto = true
-strip = true
-codegen-units = 1
-panic = "abort"
-
-[profile.dev]
-opt-level = 1
+[profile.small]
+opt-level = "z"
+inherits = "release"
+
+[profile.bm]
+lto = true
+inherits = "dev"
+
+[profile.release]
+lto = true
+strip = true
+codegen-units = 1
+panic = "abort"
+
+[profile.dev]
+opt-level = 1