Replaced $Id$ and $Header$ keywords with $Revision-Id$ Deleted $Log$ keywords and any log messages
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
# CONFIG.linux-x86-debug.linux-x86-debug
|
|
#
|
|
# $Revision-Id$
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for linux-x86 host - linux-x86 target build with debug compiler flags
|
|
# Sites may override these definitions in CONFIG_SITE.linux-x86-debug.linux-x86-debug
|
|
#-------------------------------------------------------
|
|
|
|
include $(CONFIG)/os/CONFIG.linux-x86.linux-x86
|
|
|
|
# Removes -O optimization and adds -g compile option
|
|
HOST_OPT=NO
|
|
|