Moved HOST_OPT from CONFIG_SITE file to CONFIG file.
This commit is contained in:
@ -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
|
||||
|
@ -13,3 +13,5 @@ BUILD_CLASS = HOST
|
||||
|
||||
GNU = NO
|
||||
|
||||
# Removes -O optimization and adds -g compile option
|
||||
HOST_OPT=NO
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user