From 82f7589c3527c825b7519c792ae7752966e92afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Mon, 20 Apr 2026 11:26:13 +1200 Subject: [PATCH] Fix frame-pointers cargo option --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 274977b..12da777 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ Use hud to narrow down suspects, then dig deeper with instrumentation if needed. # Cargo.toml [profile.release] debug = true -force-frame-pointers = true +frame-pointers = "force-on" ``` -> `debug = true` adds ~10-20% to binary size. `force-frame-pointers` adds ~1-2% runtime overhead. For production, you can swap in a debug-enabled binary temporarily for investigation. +> `debug = true` adds ~10-20% to binary size. `frame-pointers` adds ~1-2% runtime overhead. For production, you can swap in a debug-enabled binary temporarily for investigation. ## Install