[Gtkradiant] r476 - GtkRadiant/trunk
svn-noreply at zerowing.idsoftware.com
svn-noreply at zerowing.idsoftware.com
Wed Feb 23 21:53:03 CST 2011
Author: rambetter
Date: Wed Feb 23 21:53:03 2011
New Revision: 476
Modified:
GtkRadiant/trunk/config.py
Log:
The release config for radiant target was busted on Linux in SCons build.
Problem was that the compile flags were overly aggressive and caused segfaults.
They included: -O3 -Winline -ffast-math -fno-unsafe-math-optimizations
-fno-strict-aliasing
Changed to: -O2 -fno-strict-aliasing
More information about the Gtkradiant
mailing list