Explorar el Código

cell: added -Wmissing-prototypes

tags/mesa_20090313
Brian Paul hace 17 años
padre
commit
a35210b516
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      configs/linux-cell

+ 2
- 1
configs/linux-cell Ver fichero

@@ -24,7 +24,8 @@ OPT_FLAGS = -O3
SDK = /opt/cell/sdk/usr


CFLAGS = $(OPT_FLAGS) -Wall -Winline -fPIC -m32 -std=c99 -mabi=altivec -maltivec \
CFLAGS = $(OPT_FLAGS) -Wall -Winline -Wmissing-prototypes \
-fPIC -m32 -std=c99 -mabi=altivec -maltivec \
-I. -I$(SDK)/include \
-DGALLIUM_CELL -DUSE_XSHM -D_BSD_SOURCE


Cargando…
Cancelar
Guardar