mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 17:40:34 +00:00
ace: Delete -fdebug-prefix-map option from CXX
-fdebug-prefix-map is implied in -ffile-prefix-map Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f00a3f153a
commit
06f305c7df
@ -27,7 +27,7 @@ export ACE_ROOT = "${WORKDIR}/ACE_wrappers"
|
||||
inherit pkgconfig
|
||||
|
||||
CXXFLAGS:append = " -fpermissive -Wnodeprecated-declarations"
|
||||
CXX:append = " -ffile-prefix-map=${WORKDIR}= -fdebug-prefix-map=${WORKDIR}= "
|
||||
CXX:append = " -ffile-prefix-map=${WORKDIR}= "
|
||||
EXTRA_OEMAKE += "INSTALL_LIB=${baselib} install_rpath=0"
|
||||
|
||||
do_install() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user