Moved HOST_OPT from CONFIG_SITE file to CONFIG file.

This commit is contained in:
Janet B. Anderson
2008-07-22 20:59:26 +00:00
parent 4f8676a3d7
commit 2f374e927d
4 changed files with 5 additions and 4 deletions

View File

@ -7,5 +7,8 @@
# Sites may override these definitions in CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc
include $(CONFIG)/os/CONFIG.solaris-sparc.solaris-sparc
# Removes -O optimization and adds -g compile option
HOST_OPT=NO

View File

@ -13,3 +13,5 @@ BUILD_CLASS = HOST
GNU = NO
# Removes -O optimization and adds -g compile option
HOST_OPT=NO

View File

@ -6,5 +6,3 @@ include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc
#Compiles for profiling with the gprof profiler.
#GPROF=YES
# Removes -O optimization and adds -g compile option
HOST_OPT=NO

View File

@ -6,5 +6,3 @@ include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc
#Compiles for profiling with the gprof profiler.
#GPROF=YES
# Removes -O optimization and adds -g compile option
HOST_OPT=NO