diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-11-06 17:54:21 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-11-08 07:36:30 -0700 |
commit | 6560744c38cac51e9620faf08d495b9ab03466ec (patch) | |
tree | db2c0782bc01e2ab7ed211c95e1b9e00a296d405 /docs | |
parent | 572ad8788119156bf1c31c4d5a286b270c488993 (diff) |
added -fno-strict-aliasing and -fPIC flags
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.0.2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html index 1b9c9f7288..cdf2ac1f24 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. <li>glDrawArrays(count=0) led to a crash <li>Fix SSE code gen memory leak, possible crash <li>Fixed MMX 565 rgb conversion problem (bug 12614) +<li>Added -fno-strict-aliasing and -fPIC flags for gcc </ul> |