From 5d45070ceed2b98b6961545543b4a5cedb4f8717 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Mon, 30 Apr 2001 09:44:26 +0000 Subject: [PATCH] Fixed a mistake with -g and --enable-debug. --- Makefile.opts.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.opts.in b/Makefile.opts.in index 15ad43d14f..98d9be8129 100644 --- a/Makefile.opts.in +++ b/Makefile.opts.in @@ -234,7 +234,7 @@ endif # # Debugging and profiling support # -ifeq ($(TRACE),1) +ifeq ($(DEBUG),1) CFLAGS += -g endif -- 2.39.5