From 283fc8f3eb57f6c0e611e9b3cdb5ef92a95a5db0 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 18 Dec 2003 15:14:38 +0000 Subject: [PATCH] Moved HOST_OPT macro definition. --- configure/os/CONFIG.linux-x86-debug.linux-x86-debug | 3 +++ configure/os/CONFIG.win32-x86-debug.win32-x86-debug | 1 + configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.linux-x86-debug.linux-x86-debug b/configure/os/CONFIG.linux-x86-debug.linux-x86-debug index 82b714ab2..f4ced3843 100644 --- a/configure/os/CONFIG.linux-x86-debug.linux-x86-debug +++ b/configure/os/CONFIG.linux-x86-debug.linux-x86-debug @@ -9,3 +9,6 @@ include $(CONFIG)/os/CONFIG.linux-x86.linux-x86 +# Removes -O optimization and adds -g compile option +HOST_OPT=NO + diff --git a/configure/os/CONFIG.win32-x86-debug.win32-x86-debug b/configure/os/CONFIG.win32-x86-debug.win32-x86-debug index 78a05e0ef..b6a3ac05b 100644 --- a/configure/os/CONFIG.win32-x86-debug.win32-x86-debug +++ b/configure/os/CONFIG.win32-x86-debug.win32-x86-debug @@ -9,3 +9,4 @@ include $(CONFIG)/os/CONFIG.win32-x86.win32-x86 +HOST_OPT=NO diff --git a/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug b/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug index 1ea39b4e0..69f6e7daf 100644 --- a/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug +++ b/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug @@ -5,5 +5,3 @@ #Compiles for profiling with the gprof profiler. #GPROF=YES -# Removes -O optimization and adds -g compile option -HOST_OPT=NO