[cairo] [PATCH] pixman: add --disable-optimize option
Dominic Lachowicz
domlachowicz at gmail.com
Wed Aug 6 11:24:41 PDT 2008
On Wed, Aug 6, 2008 at 2:20 PM, Jeff Muizelaar <jeff at infidigm.net> wrote:
> On Wed, Aug 06, 2008 at 02:11:20PM -0400, Behdad Esfahbod wrote:
>> On Wed, 2008-08-06 at 13:37 -0400, Jeff Muizelaar wrote:
>> > See attached.
>>
>> What's exactly the point of this? I typically do:
>>
>> make CFLAGS="-O0"
>>
>> if I want to get a debuggable version. Shouldn't your version append
>> -O0 too? Should it also disable all the SSE/MMX/... stuff too? Depends
>> if you want the optimization-disabled version for correctness checking,
>> or easier debugging.
>
> Yeah, that meets my needs. The only disadvantage is that it is not
> persistent, however, consider the patch retracted.
'CFLAGS="-O0" ./configure' will make it persistent, at least until you
re-run configure.
-Dom
More information about the cairo
mailing list