From 037b21d09f684cea35ff33c19214b5f1a7711bd3 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 26 Oct 2022 20:06:16 +0300 Subject: Try to get macros to work in the debugger. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 309e0ffe..931df5d9 100755 --- a/configure +++ b/configure @@ -7101,7 +7101,7 @@ then # enable debugging using macros also if test "$GCC" = yes then - CFLAGS="$CFLAGS -Wall -fno-builtin -ggdb3 -gdwarf-4" + CFLAGS="$CFLAGS -Wall -fno-builtin -gdwarf-4 -g3" fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } -- cgit v1.2.1