瀏覽代碼

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>
Khem Raj 1 月之前
父節點
當前提交
06f305c7df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-oe/recipes-connectivity/ace/ace_8.0.2.bb

+ 1 - 1
meta-oe/recipes-connectivity/ace/ace_8.0.2.bb

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