mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
Cell: added -Wmissing-prototypes to SPU_CFLAGS
This commit is contained in:
parent
5e00ae3fea
commit
1613c49c98
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread \
|
|||
|
||||
SPU_CC = /usr/bin/spu-gcc
|
||||
|
||||
SPU_CFLAGS = -g -W -Wall -Winline -Wno-main -I. -I $(SDK)/spu/include -include spu_intrinsics.h -I $(TOP)/src/mesa/
|
||||
SPU_CFLAGS = -g -W -Wall -Winline -Wmissing-prototypes -Wno-main -I. -I $(SDK)/spu/include -include spu_intrinsics.h -I $(TOP)/src/mesa/
|
||||
|
||||
SPU_LFLAGS = -L$(SDK)/spu/lib -Wl,-N -lmisc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue