From 7adda5d417a9702d1e0332ea75d040ab0c4202e4 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 6 May 2009 15:31:09 +0000 Subject: [PATCH] Added HOST_OPT=NO --- configure/os/CONFIG.Common.linux-x86-debug | 1 + configure/os/CONFIG.Common.solaris-sparc-debug | 2 ++ 2 files changed, 3 insertions(+) diff --git a/configure/os/CONFIG.Common.linux-x86-debug b/configure/os/CONFIG.Common.linux-x86-debug index 465226154..7c99c7d93 100644 --- a/configure/os/CONFIG.Common.linux-x86-debug +++ b/configure/os/CONFIG.Common.linux-x86-debug @@ -10,3 +10,4 @@ # Include definitions common to all linux-x86 target archs include $(CONFIG)/os/CONFIG.Common.linux-x86 +HOST_OPT=NO diff --git a/configure/os/CONFIG.Common.solaris-sparc-debug b/configure/os/CONFIG.Common.solaris-sparc-debug index cc9cf8f22..b414c1f0d 100644 --- a/configure/os/CONFIG.Common.solaris-sparc-debug +++ b/configure/os/CONFIG.Common.solaris-sparc-debug @@ -10,3 +10,5 @@ # Include definitions common to all solaris-sparc target archs include $(CONFIG)/os/CONFIG.Common.solaris-sparc +# Removes -O optimization and adds -g compile option +HOST_OPT=NO