From owner-freebsd-current@FreeBSD.ORG Mon Nov 28 11:05:01 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C5F1106566B for ; Mon, 28 Nov 2011 11:05:01 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 041BB8FC14 for ; Mon, 28 Nov 2011 11:05:00 +0000 (UTC) Received: by ggnk5 with SMTP id k5so7259250ggn.13 for ; Mon, 28 Nov 2011 03:05:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.45.6 with SMTP id i6mr12226127obm.3.1322476700056; Mon, 28 Nov 2011 02:38:20 -0800 (PST) Received: by 10.182.76.225 with HTTP; Mon, 28 Nov 2011 02:38:20 -0800 (PST) X-Originating-IP: [93.92.220.178] Date: Mon, 28 Nov 2011 17:38:20 +0700 Message-ID: From: Max Khon To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: WITHOUT_PROFILE=yes by default X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 11:05:01 -0000 Hello! Are there any compelling reasons for having profiled libs to be built by default? They are of no use for 100% users and 99,999% developers and just slow down world and universe builds. Here are the results of running buildworld on 1 core on AMD Athlon(tm) 64 X2 Dual Core Processor 4400+: make buildworld 8265,06 real 6400,27 user 1059,2 sys make buildworld (WITHOUT_PROFILE=yes) 7840,05 real 5379,13 user 904,61 sys I would like to disable building profiled libraries by default. Opinions? Max