mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chromium: remove -fdebug-prefix-map
This has been set for all packages.
This commit is contained in:
parent
7def67b23c
commit
f08ff9388d
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue