diff --git a/GRRLIB/lib/jpeg/Makefile b/GRRLIB/lib/jpeg/Makefile index e85e191..f8be5be 100644 --- a/GRRLIB/lib/jpeg/Makefile +++ b/GRRLIB/lib/jpeg/Makefile @@ -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)