From owner-freebsd-questions@FreeBSD.ORG Fri Nov 27 11:46:23 2009 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4140106566C for ; Fri, 27 Nov 2009 11:46:23 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 24A848FC0A for ; Fri, 27 Nov 2009 11:46:22 +0000 (UTC) Received: (qmail invoked by alias); 27 Nov 2009 11:46:21 -0000 Received: from dyn099185.nbw.tue.nl (EHLO Rena.FStaals.LAN) [131.155.99.185] by mail.gmx.net (mp063) with SMTP; 27 Nov 2009 12:46:21 +0100 X-Authenticated: #25365336 X-Provags-ID: V01U2FsdGVkX1+WqdoAEKmWmb3euTKqLBhSKv7PqIk/ZZGA0nJQo3 4QEvAkYK3uMC1U Message-ID: <4B0FBBF2.4040109@gmx.net> Date: Fri, 27 Nov 2009 12:45:54 +0100 From: Frank Staals User-Agent: Thunderbird 2.0.0.23 (X11/20090928) MIME-Version: 1.0 To: questions@FreeBSD.org X-Y-GMX-Trusted: 0 X-FuHaFi: 0.7,0.7 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: NO_PROFILE versus WITHOUT_PROFILING X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2009 11:46:23 -0000 When I was setting up my system for a complete rebuild I came across something unclear to me; I always used NO_PROFILE in my make.conf, however from what I've read specific make options to build the kernel/base system should be in /etc/src.config. The manpage of src.conf specifies the option WITHOUT_PROFILING, which seemed to be the flag that I was looking for. Just to be certain I always keep the 'Rebuilding World' chapter of the handbook close, however that still specifies to use NO_PROFILE in make.conf. So now my question: What is the desired way of turning of profiling: NO_PROFILE in make.conf or WITHOUT_PROFILING in src.conf ? Thanks in advance -- - Frank