Skip to content
Snippets Groups Projects
Commit a24106f5 authored by Adrien Béraud's avatar Adrien Béraud Committed by Adrien Béraud
Browse files

contrib/boost: disable extensive build log

Building boost prints the full list of files copied.
There are more than 20 000 of them, which pollutes logs.

Disable boost build logs, developers working on boost contrib
packaging can still re-enable logs if they need to.

Change-Id: I205297ed091bf0a5540e47f23ce4b7be3ad1a296
parent bb5232a2
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ PKGS += boost ...@@ -7,6 +7,7 @@ PKGS += boost
BOOST_B2_OPTS := variant=release \ BOOST_B2_OPTS := variant=release \
link=static \ link=static \
-d0 \
--prefix="$(PREFIX)" \ --prefix="$(PREFIX)" \
--includedir="$(PREFIX)/include" \ --includedir="$(PREFIX)/include" \
--libdir="$(PREFIX)/lib" \ --libdir="$(PREFIX)/lib" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment