From 515f882c7ba674c6094ce4f01bec0229f8e67be6 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Thu, 25 Jul 2013 10:49:26 -0500 Subject: [PATCH] Added OPT_CXXFLAGS_YES += -g --- configure/os/CONFIG_SITE.Common.linux-x86 | 1 + configure/os/CONFIG_SITE.Common.linux-x86_64 | 1 + 2 files changed, 2 insertions(+) diff --git a/configure/os/CONFIG_SITE.Common.linux-x86 b/configure/os/CONFIG_SITE.Common.linux-x86 index 1be38cb78..9e7262cce 100644 --- a/configure/os/CONFIG_SITE.Common.linux-x86 +++ b/configure/os/CONFIG_SITE.Common.linux-x86 @@ -38,3 +38,4 @@ COMMANDLINE_LIBRARY = READLINE # This does cost disk space, but not memory as debug symbols are not # loaded into RAM when the binary is loaded. OPT_CFLAGS_YES += -g +OPT_CXXFLAGS_YES += -g diff --git a/configure/os/CONFIG_SITE.Common.linux-x86_64 b/configure/os/CONFIG_SITE.Common.linux-x86_64 index e48241ab0..ddc90d570 100644 --- a/configure/os/CONFIG_SITE.Common.linux-x86_64 +++ b/configure/os/CONFIG_SITE.Common.linux-x86_64 @@ -38,3 +38,4 @@ COMMANDLINE_LIBRARY = READLINE # This does cost disk space, but not memory as debug symbols are not # loaded into RAM when the binary is loaded. OPT_CFLAGS_YES += -g +OPT_CXXFLAGS_YES += -g