12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
# CONFIG.darwin-x86-debug.Common
|
|
#
|
|
# Definitions for darwin-x86-debug host builds - darwin-x86 target build with debug compiler flags
|
|
# Sites may override these definitions in CONFIG_SITE.darwin-x86-debug.Common
|
|
#-------------------------------------------------------
|
|
|
|
include $(CONFIG)/os/CONFIG.darwin-x86.Common
|
|
|
|
# Removes -O optimization and adds -g compile option
|
|
HOST_OPT=NO
|
|
|