Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2017 05:23:32 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r321758 - projects/runtime-coverage
Message-ID:  <201707310523.v6V5NW8s050809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Jul 31 05:23:32 2017
New Revision: 321758
URL: https://svnweb.freebsd.org/changeset/base/321758

Log:
  Don't build bootstrap-tools with coverage support or debug files support
  
  Building build tools with coverage and debug files support is wasteful (of
  CPU cycles and disk space).

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Jul 31 04:34:00 2017	(r321757)
+++ projects/runtime-coverage/Makefile.inc1	Mon Jul 31 05:23:32 2017	(r321758)
@@ -546,6 +546,7 @@ TMAKE=		MAKEOBJDIRPREFIX=${OBJTREE} \
 		-DNO_LINT \
 		-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
 		MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
+		MK_COVERAGE=no MK_DEBUG_FLAGS=no \
 		MK_LLDB=no MK_TESTS=no
 
 # cross-tools stage



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707310523.v6V5NW8s050809>