diff options
author | Julien Cristau <[email protected]> | 2007-01-03 16:59:06 +0100 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2007-01-03 16:59:06 +0100 |
commit | 6da132343758c4c02c3765ac59b2c4abdf00dbdb (patch) | |
tree | b8683bdec0019f19944f6c4251522a0985485791 /configs/debian-static | |
parent | 1dd29785cf6f9dd593118920fe767b5a4dbb0de0 (diff) |
* Non-maintainer upload.mesa-6.5.1-0.5
* Build with -fno-strict-aliasing to fix misbuild of i965_dri.so
(closes: #394311). Thanks to Michel Dänzer for the fix, and to Ryan
Richter for the report and testing.
Diffstat (limited to 'configs/debian-static')
-rw-r--r-- | configs/debian-static | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/debian-static b/configs/debian-static index 0b5318e53a8..95e4d69c901 100644 --- a/configs/debian-static +++ b/configs/debian-static @@ -7,9 +7,9 @@ CXX = c++ DEBIAN_COMMON_CPPFLAGS = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall +DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall -fno-strict-aliasing -DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall +DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall -fno-strict-aliasing DEBIAN_OPT_CFLAGS = -O2 |