svn commit: r321758 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Mon Jul 31 05:23:34 UTC 2017


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


More information about the svn-src-projects mailing list