From 6560744c38cac51e9620faf08d495b9ab03466ec Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 6 Nov 2007 17:54:21 -0700 Subject: [PATCH] added -fno-strict-aliasing and -fPIC flags --- docs/relnotes-7.0.2.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html index 1b9c9f72886..cdf2ac1f242 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -51,6 +51,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
  • glDrawArrays(count=0) led to a crash
  • Fix SSE code gen memory leak, possible crash
  • Fixed MMX 565 rgb conversion problem (bug 12614) +
  • Added -fno-strict-aliasing and -fPIC flags for gcc