diff options
Diffstat (limited to 'configs/linux-fbdev')
-rw-r--r-- | configs/linux-fbdev | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/linux-fbdev b/configs/linux-fbdev index 1ddccb3f52..f54c73695a 100644 --- a/configs/linux-fbdev +++ b/configs/linux-fbdev @@ -6,6 +6,9 @@ CONFIG_NAME = linux-fbdev CFLAGS = -O3 -ffast-math -ansi -pedantic -fPIC -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -DUSE_GLFBDEV_DRIVER +# Work around aliasing bugs - developers should comment this out +CFLAGS += -fno-strict-aliasing + SRC_DIRS = gallium mesa glu glut/fbdev DRIVER_DIRS = fbdev osmesa PROGRAM_DIRS = fbdev demos redbook samples |