From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.54)
	id 1FaLPl-000576-2l
	for garchives@archives.gentoo.org; Sun, 30 Apr 2006 23:33:21 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k3UNVmY9013545;
	Sun, 30 Apr 2006 23:31:48 GMT
Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.182])
	by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k3UNQMec020496
	for <gentoo-user@lists.gentoo.org>; Sun, 30 Apr 2006 23:26:22 GMT
Received: by pproxy.gmail.com with SMTP id i49so2880737pye
        for <gentoo-user@lists.gentoo.org>; Sun, 30 Apr 2006 16:26:21 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding;
        b=JMcIlLtcXLLMW026+m3R8GgAMqt7nZAqRZ6e1ezh49A75xRoSbew+BOCcS8ZgU89imrBPiy2tarTS5y+djC/N4WsfrvnhyBYatNh3VZj8DlVsbQ7UoA5IIty6zqxJhX0VpLL/yweRI01qG90C+WxcfVysCrYoj9689YzY4wzJ/Y=
Received: by 10.35.66.13 with SMTP id t13mr322637pyk;
        Sun, 30 Apr 2006 16:26:21 -0700 (PDT)
Received: from ?192.168.0.2? ( [64.180.41.36])
        by mx.gmail.com with ESMTP id m39sm878583pye.2006.04.30.16.26.20;
        Sun, 30 Apr 2006 16:26:21 -0700 (PDT)
Message-ID: <4455479B.9080007@gmail.com>
Date: Sun, 30 Apr 2006 16:26:19 -0700
From: Ryan Tandy <tarpman@gmail.com>
User-Agent: Thunderbird 1.5.0.2 (Windows/20060308)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] why firefox is so slow?
References: <7797aa370604300524i6b8616ebr947b762fec45f92a@mail.gmail.com> <200604301910.21639.me+gentoo-user@modelnine.org> <ce429d600604301052k4cf94a74hef9a9641700b29b4@mail.gmail.com> <44550041.1080307@mid.email-server.info> <20060430194935.GC6770@mainframe> <8a0028260604301311w31d1a4dfw62c37897d88ed21f@mail.gmail.com> <20060430203436.GD6770@mainframe>
In-Reply-To: <20060430203436.GD6770@mainframe>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 15830b8c-b66e-45f4-b7e0-3cb9c858d7fd
X-Archives-Hash: d22c2cd6d3c3ec335d41f6921dbbe0ef

Farhan Ahmed wrote:
> Jeff Rollin wrote:
>   
>> I didn't say DG_DISABLE_DEBUG was a USE flag, I said it was a CFLAG. And it
>> improves the speed of KDE applications too
>>     
>
> Read your earlier post.. Anyway where is this CFLAGS 'DG_DISABLE_DEBUG'
> documented? I cant find any reference to it in man gcc. No usable
> results came up when i googled it..
>
> Farhan Ahmed
>   
It's not a CFLAG, at least not a compiler flag as you would be familiar 
with them.  It's -DG_DISABLE_DEBUG, with the hyphen at the beginning, 
and all it does is tell the compiler to activate a setting called 
G_DISABLE_DEBUG in code that uses it.  From my own Googling, it looks 
like it's meant to be used by applications linking against Glib in their 
build scripts, not by end users.

In any case, if you're going to use -DG_DISABLE_DEBUG, you should also 
add its converse, -UG_ENABLE_DEBUG, since that seems to be the 'proper' 
way to do it.
-- 
gentoo-user@gentoo.org mailing list