From owner-svn-src-all@FreeBSD.ORG Tue Nov 29 20:53:02 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB127106564A; Tue, 29 Nov 2011 20:53:02 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0DECA8FC13; Tue, 29 Nov 2011 20:53:01 +0000 (UTC) Received: by qyg36 with SMTP id 36so6215185qyg.13 for ; Tue, 29 Nov 2011 12:53:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=lSZ0dd2prcob5SCG5NHw0Y1Hzizstri16X7ez91XZ2Q=; b=Lc2kyqYwacijUywgfcl2rRkJuTLkeKD688xdE1EaaE2ID+k4pGO9SXyHgc20k2Z1sc H24WnpNnuNriQvCrEtnokttCoNioKKYPpN2tZoFeijHDrvr1BI2MROEJjKddJhpLqukb xs0wXhq2tXuTUFeSAXDi8rTGy3RQSSfqDdCv4= MIME-Version: 1.0 Received: by 10.182.154.66 with SMTP id vm2mr9655216obb.52.1322599981449; Tue, 29 Nov 2011 12:53:01 -0800 (PST) Received: by 10.182.62.227 with HTTP; Tue, 29 Nov 2011 12:53:01 -0800 (PST) In-Reply-To: <4ED545A9.8000304@FreeBSD.org> References: <201111291946.pATJkHMs064094@svn.freebsd.org> <4ED544E1.3050307@t-hosting.hu> <4ED545A9.8000304@FreeBSD.org> Date: Tue, 29 Nov 2011 12:53:01 -0800 Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, Max Khon , svn-src-all@freebsd.org, src-committers@freebsd.org, =?ISO-8859-1?B?R+Fib3IgS/Z2ZXNk4W4=?= Subject: Re: svn commit: r228143 - in head: . share/mk tools/build/options X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2011 20:53:02 -0000 2011/11/29 Doug Barton : > On 11/29/2011 12:47, G=E1bor K=F6vesd=E1n wrote: >> On 2011.11.29. 20:46, Max Khon wrote: >>> Log: >>> =A0 =A0Turn off profiled libs build by default. >>> =A0 =A0Can be enabled back using WITH_PROFILE=3Dyes in /etc/src.conf >> I think it was useful. Profiling is useful for developing any piece of >> software that builds on libc or other common libs, even for software >> that is not directly related to FreeBSD. I think it should be reverted. > > Since we ask users to read -current, it would be useful if our > developers did too. :) > > As Max pointed out in his message about this, the profiled libs are only > really useful to a tiny percentage of developers. If you need them, > twist the knob. Building them should be off by default. +1. The needs of the many outweigh the needs of the few. As suggested elsewhere, I think it would also be a good idea to enable it in tinderbox builds. -Garrett