From b63ccc7962574fa3d12c5ef76b5081c571c9b06d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 13 Mar 2000 16:04:44 +0000 Subject: [PATCH] Added -g to G++_OPT_YES. --- configure/CONFIG_COMMON | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG_COMMON b/configure/CONFIG_COMMON index 947d60d58..bb7822638 100644 --- a/configure/CONFIG_COMMON +++ b/configure/CONFIG_COMMON @@ -115,7 +115,7 @@ G++_WARN_YES = -Wall \ -Wwrite-strings -Wconversion -Wstrict-prototypes\ -Wpointer-arith -Winline G++_WARN_NO = -w -G++_OPT_YES = -O3 +G++_OPT_YES = -O3 -g G++_OPT_NO = -g G++_SFLAGS_YES = -static G++_SFLAGS_NO =