chromium: remove -fdebug-prefix-map

This has been set for all packages.
This commit is contained in:
Đoàn Trần Công Danh 2022-11-15 10:44:08 +07:00
parent 7def67b23c
commit f08ff9388d
1 changed files with 0 additions and 2 deletions

View File

@ -132,8 +132,6 @@ _setup_toolchain() {
if [ "$build_option_clang" ]; then
_setup_clang
fi
CXXFLAGS+=" -fdebug-prefix-map=$wrksrc=."
CFLAGS+=" -fdebug-prefix-map=$wrksrc=."
}
do_configure() {