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