From owner-freebsd-ports@FreeBSD.ORG Thu May 3 02:16:34 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBCBD16A406 for ; Thu, 3 May 2007 02:16:34 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2F213C447 for ; Thu, 3 May 2007 02:16:34 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by an-out-0708.google.com with SMTP id c24so366882ana for ; Wed, 02 May 2007 19:16:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q41ixs+3BAK/fjcYRohruHRMh71X+iJdCp2W4bnPSJMxHlyiImKCASEXmdZ6NeJeeSu0lJ5W4lSR2Jod7+w7wcEx2eikGKK5riQpTLNVB2UGM9D1yRqqs0M8q+IF0j6I6nTfGjasRzpL9041Jd+vSU8Xxvu7o3xsODZ5hXtQRvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sk8uILJAqQWsIeAnejHJkm4SrJVk2FnLfSZ6ADDoPafy9yVeJXk8R3ivfYWzyEyYF+FVYbJEiXMRgIDeWwQjr0A37Xr/qqdV3vIeZ4RJYRClj34fG3sLq6fQsKdjBn2JqyPu/3j/FqH7og1UmJ7YHqPWNyBR3KtMNN3KnPajg4M= Received: by 10.100.251.9 with SMTP id y9mr1105877anh.1178158593987; Wed, 02 May 2007 19:16:33 -0700 (PDT) Received: by 10.100.4.12 with HTTP; Wed, 2 May 2007 19:16:33 -0700 (PDT) Message-ID: <786602c60705021916r5716ea69x9f1b5dc4746aa2f3@mail.gmail.com> Date: Thu, 3 May 2007 10:16:33 +0800 From: "Thomas Zander" To: ports@freebsd.org In-Reply-To: <4638BD32.9040903@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <786602c60705020154k74b23dbkae585bf01a867f92@mail.gmail.com> <46385BB2.8040302@FreeBSD.org> <4638BD32.9040903@mac.com> Cc: Subject: Re: Undefine WITH_DEBUG? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 02:16:34 -0000 On 03/05/07, Chuck Swiger wrote: > On some platforms, you'll need to get rid of -fomit-frame-pointer to have > usable stack frames in the output executable for the debugger to use. > Depending on the code and the bug in question, it might be easier to see > what's going on using only "-g" or "-g -O"... Very true, I am aware of the significance of the frame pointer and I don't like to use this option, but it seems necessary for a successful build, at least on the i386. Riggs