From 3e8c48caf26437a46abcc125af49ba501873639a Mon Sep 17 00:00:00 2001 From: lohhiiccc Date: Fri, 24 Apr 2026 13:46:05 +0200 Subject: [PATCH] feat: --enable-debug option --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index cca9602..b30d376 100644 --- a/configure.ac +++ b/configure.ac @@ -68,5 +68,6 @@ AC_MSG_NOTICE([ CC : $CC CFLAGS : $STRICT_CFLAGS $CFLAGS tests : $enable_tests + debug : $enable_debug ])