12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
# CONFIG.linux-arm-debug.linux-arm-debug
|
|
#
|
|
# Definitions for linux-arm-debug host and target build
|
|
# Override these settings in CONFIG_SITE.linux-arm-debug.linux-arm-debug
|
|
#-------------------------------------------------------
|
|
|
|
include $(CONFIG)/os/CONFIG.linux-arm.linux-arm
|
|
|
|
# Removes -O optimization and adds -g compile option
|
|
HOST_OPT=NO
|
|
|