aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2025-11-02 14:42:40 -0600
committerMatt Strapp <matt@mattstrapp.net>2025-11-02 14:45:20 -0600
commit235e380f5f9fc75af51a4d444aeb2350903e2ba8 (patch)
treeabb6deacd104444d8492250acb1dbe97038a3379 /Cargo.toml
parentDependency bump (diff)
downloadwwb-235e380f5f9fc75af51a4d444aeb2350903e2ba8.tar
wwb-235e380f5f9fc75af51a4d444aeb2350903e2ba8.tar.gz
wwb-235e380f5f9fc75af51a4d444aeb2350903e2ba8.tar.bz2
wwb-235e380f5f9fc75af51a4d444aeb2350903e2ba8.tar.lz
wwb-235e380f5f9fc75af51a4d444aeb2350903e2ba8.tar.xz
wwb-235e380f5f9fc75af51a4d444aeb2350903e2ba8.tar.zst
wwb-235e380f5f9fc75af51a4d444aeb2350903e2ba8.zip
Remove mutexes entirely, increasing performance at least 100%
Done carried by `gpt-oss-20b`. Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e52ac6f..2280b9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,7 @@ members = ["wwb"]
[profile.release]
strip = true
lto = true
-#panic = "abort"
+
+[profile.profiling]
+inherits = "release"
+debug = true