chromium: remove -fdebug-prefix-map
This has been set for all packages.
This commit is contained in:
parent
7def67b23c
commit
f08ff9388d
|
@ -132,8 +132,6 @@ _setup_toolchain() {
|
||||||
if [ "$build_option_clang" ]; then
|
if [ "$build_option_clang" ]; then
|
||||||
_setup_clang
|
_setup_clang
|
||||||
fi
|
fi
|
||||||
CXXFLAGS+=" -fdebug-prefix-map=$wrksrc=."
|
|
||||||
CFLAGS+=" -fdebug-prefix-map=$wrksrc=."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Reference in New Issue