diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index bdfb678437..dd2df8a552 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -645,10 +645,13 @@ EXTRA_OEMAKE:prepend:task-install = "${PARALLEL_MAKEINST} " | |||
645 | # Optimization flags. | 645 | # Optimization flags. |
646 | ################################################################## | 646 | ################################################################## |
647 | # Beware: applied last to first | 647 | # Beware: applied last to first |
648 | DEBUG_PREFIX_MAP ?= "-fmacro-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | 648 | DEBUG_PREFIX_MAP ?= "-fmacro-prefix-map=${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ |
649 | -fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | 649 | -fdebug-prefix-map=${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ |
650 | -fdebug-prefix-map=${STAGING_DIR_HOST}= \ | 650 | -fmacro-prefix-map=${B}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ |
651 | -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ | 651 | -fdebug-prefix-map=${B}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ |
652 | -fdebug-prefix-map=${STAGING_DIR_HOST}= \ | ||
653 | -fmacro-prefix-map=${STAGING_DIR_HOST}= \ | ||
654 | -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ | ||
652 | " | 655 | " |
653 | DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types ${DEBUG_PREFIX_MAP}" | 656 | DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types ${DEBUG_PREFIX_MAP}" |
654 | 657 | ||