Date: Fri, 06 Jul 2018 17:09:32 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Tijl Coosemans <tijl@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r465789 - in head/devel/boost-jam: . files Message-ID: <h8lc-s8nn-wny@FreeBSD.org> In-Reply-To: <201803280937.w2S9bdgD049991@repo.freebsd.org> (Tijl Coosemans's message of "Wed, 28 Mar 2018 09:37:39 %2B0000 (UTC)") References: <201803280937.w2S9bdgD049991@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Tijl Coosemans <tijl@FreeBSD.org> writes: > Author: tijl > Date: Wed Mar 28 09:37:38 2018 > New Revision: 465789 > URL: https://svnweb.freebsd.org/changeset/ports/465789 > > Log: > - Add a patch to make bjam call poll with timeout -1 instead of 0 so it > doesn't use so much CPU time. This cuts the build time of boost-libs > in half for non-parallel builds. Should the fix be dropped on Boost 1.68 update? If not, please, update the rationale and/or submit upstream. https://github.com/boostorg/build/commit/8b2054417c1774e336e599004c26cbe6b207736e > -ALL_TARGET= cc > +ALL_TARGET= cc ${WITH_DEBUG:D--debug} - Not consistent with DEBUG in boost-libs where it's a regular option - Flags should be passed via MAKE_ARGS, see boost-all/compiled.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h8lc-s8nn-wny>