From 99b05b4918a5c3b9f225171a8a2e437ba299014d Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 4 Jun 2021 19:35:59 +0000 Subject: build system: configure: common_defaults(): abstract the --debug cflags. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f770ae1..d3e3c7d 100755 --- a/configure +++ b/configure @@ -634,7 +634,7 @@ common_defaults() # debug if [ _$mb_debug = _yes ]; then if [ -z "$mb_cflags_debug" ]; then - mb_cflags_debug='-g3 -O0' + mb_cflags_debug='$(_CFLAGS_g3) $(_CFLAGS_O0)' fi fi -- cgit v1.2.3