Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2012 09:30:41 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        icemac <icemaca@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: need info builing ports properly
Message-ID:  <alpine.BSF.2.00.1203280924480.44780@wonkity.com>
In-Reply-To: <4F731B60.7020207@gmail.com>
References:  <4F731B60.7020207@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Mar 2012, icemac wrote:

> I only ever had this option set
>
> CFLAGS= -O2 -fno-strict-aliasing -pipe

Setting that in make.conf is counterproductive.  First, those are the 
defaults, so they don't improve anything.

Second, that overrides settings made elsewhere.  Consider a port like 
Gimp, which wants to use special CFLAGS for better performance.  But it 
can't, because make.conf forces those CFLAGS.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1203280924480.44780>