summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index b623276082..e0da14f14c 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -549,11 +549,11 @@ EXTRA_OEMAKE_prepend_task-install = "${PARALLEL_MAKEINST} "
549################################################################## 549##################################################################
550# Optimization flags. 550# Optimization flags.
551################################################################## 551##################################################################
552DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types \ 552DEBUG_PREFIX_MAP ?= "-fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
553 -fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ 553 -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \
554 -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ 554 -fdebug-prefix-map=${STAGING_DIR_HOST}= \
555 -fdebug-prefix-map=${STAGING_DIR_HOST}= \
556" 555"
556DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types ${DEBUG_PREFIX_MAP}"
557 557
558# Disabled until the option works properly -feliminate-dwarf2-dups 558# Disabled until the option works properly -feliminate-dwarf2-dups
559FULL_OPTIMIZATION = "-O2 -pipe ${DEBUG_FLAGS}" 559FULL_OPTIMIZATION = "-O2 -pipe ${DEBUG_FLAGS}"