From 561e604edce990964b880863bb6e0d6eb7b1222e Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sun, 26 Jan 2025 19:18:21 -0500 Subject: [PATCH] seeker: turn off debug logging The debug log is only revealed when something goes wrong, but it is created and discarded every time `seek_backward` is called, and it is quite CPU-intensive. Signed-off-by: Zygo Blaxell --- include/crucible/seeker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/crucible/seeker.h b/include/crucible/seeker.h index 1f3b84f..b4832f5 100644 --- a/include/crucible/seeker.h +++ b/include/crucible/seeker.h @@ -8,7 +8,7 @@ #include -#if 1 +#if 0 #include #include #define DINIT(__x) __x