12 lines
414 B
Plaintext
12 lines
414 B
Plaintext
# CONFIG.Common.solaris-sparc-debug
|
|
#
|
|
# Definitions for solaris-sparc with debug compiler flags
|
|
# Sites may override these definitions in CONFIG_SITE.Common.solaris-sparc-debug
|
|
#-------------------------------------------------------
|
|
|
|
# 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
|