From 019dd31150526b7dd9dd0addfc38f08bcf7ec551 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 19 Jun 2023 10:23:46 +0200 Subject: shell/math: disable debug again Signed-off-by: Denys Vlasenko --- shell/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/math.c b/shell/math.c index 0cf963731..ac758639f 100644 --- a/shell/math.c +++ b/shell/math.c @@ -114,7 +114,7 @@ #include "libbb.h" #include "math.h" -#if 0 +#if 1 # define dbg(...) ((void)0) #else # define dbg(...) bb_error_msg(__VA_ARGS__) -- cgit v1.2.3