mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 06:52:20 +00:00
[CHG] Disabled warnings when compiling libjpeg
This commit is contained in:
parent
51b9df752c
commit
e498015d61
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ INCD := $(DEVKITPRO)/libogc/include
|
|||
LIBD := $(DEVKITPRO)/libogc/lib/wii
|
||||
|
||||
MACHDEP := -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
|
||||
CFLAGS := -O2 -Wall $(MACHDEP) -I $(INCD)
|
||||
CFLAGS := -O2 $(MACHDEP) -I $(INCD)
|
||||
|
||||
LIB := jpeg
|
||||
SRC := $(shell ls *.c)
|
||||
|
|
Loading…
Reference in a new issue