Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2015 21:28:54 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288953 - head/lib/libc++
Message-ID:  <201510062128.t96LSsP9041179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Tue Oct  6 21:28:54 2015
New Revision: 288953
URL: https://svnweb.freebsd.org/changeset/base/288953

Log:
  Stop linking libc++.so verbosely, there is no need to.
  
  MFC after:	3 days

Modified:
  head/lib/libc++/Makefile

Modified: head/lib/libc++/Makefile
==============================================================================
--- head/lib/libc++/Makefile	Tue Oct  6 20:58:45 2015	(r288952)
+++ head/lib/libc++/Makefile	Tue Oct  6 21:28:54 2015	(r288953)
@@ -63,7 +63,6 @@ CXXFLAGS+=	-std=c++11
 .endif
 
 LIBADD+=	cxxrt
-LDFLAGS+=	--verbose
 INCSGROUPS=	STD EXP EXT
 
 STD_HEADERS=	__bit_reference\



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