]> git.xonotic.org Git - xonotic/netradiant.git/commit
The release config for radiant target was busted on Linux in SCons build.
authorrambetter <rambetter>
Thu, 24 Feb 2011 03:53:03 +0000 (03:53 +0000)
committerrambetter <rambetter>
Thu, 24 Feb 2011 03:53:03 +0000 (03:53 +0000)
commit9ef80305de4eee98ad58bad0af9f35e71d3d475e
treec0baad3ffc5a2ffc3a3d3a3efcddf007c3fde265
parent419204fe72c54687c66c97078d85fb0e71b661d0
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
From my experience, -O3 is usually a bad idea.

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@476 8a3a26a2-13c4-0310-b231-cf6edde360e5
config.py