mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 17:08:03 +02:00
disable strict aliasing for building the DRM
This commit is contained in:
parent
0618c131c5
commit
2298f2a615
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ WARNINGS = -Wall -Wwrite-strings -Wpointer-arith -Wcast-align \
|
|||
-Wstrict-prototypes -Wnested-externs \
|
||||
-Wpointer-arith
|
||||
# -Wshadow -Winline -- make output too noisy
|
||||
MODCFLAGS = $(CFLAGS) -D__KERNEL__ -DMODULE -fomit-frame-pointer
|
||||
MODCFLAGS = $(CFLAGS) -D__KERNEL__ -DMODULE -fomit-frame-pointer -fno-strict-aliasing
|
||||
PRGCFLAGS = $(CFLAGS) -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
|
||||
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \
|
||||
-I../../../../../../include -I../../../../../../../../include \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue