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:
Khem Raj 2025-04-21 16:45:11 -07:00
parent f00a3f153a
commit 06f305c7df
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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() {