[Gtkradiant] r486 - GtkRadiant/trunk

Nerius Landys nlandys at gmail.com
Mon Apr 25 12:33:13 CDT 2011


I'm not too familiar with GCC and compilers.
I do know that simply having the "-O" [without the '2'] there caused
the q3map2 problem on Ubuntu 10.10 i386.

- Rambetter

On Mon, Apr 25, 2011 at 10:28 AM, Timothee BESSET <ttimo at ttimo.net> wrote:
> Yep agreed, that doesn't sound like a good solution at all.
>
> On Mon, Apr 25, 2011 at 1:37 AM, Forest Hale <lordhavoc at ghdigital.com> wrote:
>> Oh and I should mention that man gcc shows the collection of flags represented by -O2, we probably only need to blacklist one of them...
>>
>> Disabling optimizations is very much the wrong solution in my opinion, especially if it may not even be an optimizer bug (we may just need -fno-strict-aliasing for instance, from my recollection
>> q3map2 might have some aliasing in it).
>>
>> On 04/24/2011 11:25 PM, Forest Hale wrote:
>>> Can I recommend checking the gcc -v and comparing if it matches the exact broken one?  Removing optimizations on all platforms is a pretty lame workaround from a user perspective.
>>>
>>> On 04/23/2011 03:23 PM, svn-noreply at zerowing.idsoftware.com wrote:
>>>> Author: rambetter
>>>> Date: Sat Apr 23 17:23:31 2011
>>>> New Revision: 486
>>>>
>>>> Modified:
>>>>      GtkRadiant/trunk/config.py
>>>> Log:
>>>> Removing optimization GCC flags because q3map2 crashes on Ubuntu 10.10 32 bit,
>>>> ever since certain updates in that distribution.  This fixes the q3map2 crash,
>>>> but no more optimizations.
>>>>
>>>>
>>>> Modified: GtkRadiant/trunk/config.py
>>>> Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/trunk/config.py?view=diff&rev=486&p1=GtkRadiant/trunk/config.py&r1=485&p2=GtkRadiant/trunk/config.py&r2=486
>>>> ==============================================================================
>>>>
>>>> _______________________________________________
>>>> Gtkradiant mailing list
>>>> Gtkradiant at zerowing.idsoftware.com
>>>> http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/gtkradiant
>>>>
>>>
>>>
>>
>>
>> --
>> LordHavoc
>> Author of DarkPlaces Quake1 engine - http://icculus.org/twilight/darkplaces
>> Co-designer of Nexuiz - http://alientrap.org/nexuiz
>> "War does not prove who is right, it proves who is left." - Unknown
>> "Any sufficiently advanced technology is indistinguishable from a rigged demo." - James Klass
>> "A game is a series of interesting choices." - Sid Meier
>>
>>
>> _______________________________________________
>> Gtkradiant mailing list
>> Gtkradiant at zerowing.idsoftware.com
>> http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/gtkradiant
>>
>
> _______________________________________________
> Gtkradiant mailing list
> Gtkradiant at zerowing.idsoftware.com
> http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/gtkradiant
>



More information about the Gtkradiant mailing list