zzogl-pg: Add -fno-strict-aliasing to zzogl-pg's compiler flags. (Fixes FF X-2.)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3415 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-07-07 10:41:17 +00:00
parent 9b896dda0d
commit 83adf0f0d4
3 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@ set(CommonFlags
-Wunused-variable
-msse2
-fno-regmove
-fno-strict-aliasing
-DZEROGS_SSE2
)

View File

@ -31,8 +31,8 @@
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
<Add option="-W" />
<Add option="-g" />
<Add option="-W" />
<Add option="-DZEROGS_DEVBUILD" />
<Add option="-DNDEBUG" />
</Compiler>
@ -70,6 +70,7 @@
<Add option="-L/opt/cg/lib" />
<Add option="-msse2" />
<Add option="-fno-regmove" />
<Add option="-fno-strict-aliasing" />
<Add option="-DZEROGS_SSE2" />
<Add directory="../../Linux" />
<Add directory="../../../opengl" />

View File

@ -637,7 +637,7 @@ inline void FlushSetContextTarget(VB& curvb, int context)
// Reduce an assert to a warning.
if (curvb.pdepth->status & CRenderTarget::TS_NeedUpdate)
{
ZZLog::Debug_Log("In FlushSetContextTarget, pdepth is has TS_NeedUpdate set.");
ZZLog::Debug_Log("In FlushSetContextTarget, pdepth has TS_NeedUpdate set.");
}
#endif
if (!curvb.zbuf.zmsk)