Skip to content

Commit 1a8f0cc

Browse files
Update Makefile
1 parent 80d2f08 commit 1a8f0cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

installer/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ EE_GPVAL = -G8192
6161

6262
# CFLAGS for EE compilation
6363
# -Os for size optimization, -mgpopt for GP optimization
64-
# Added -Wall for all warnings, -Wno-string-plus-int to suppress a common GCCism warning
65-
EE_CFLAGS += -Os -mgpopt $(EE_GPVAL) -Wall -Wno-string-plus-int
64+
# Removed -Wno-string-plus-int as it's not recognized by the ps2dev ee-gcc
65+
EE_CFLAGS += -Os -mgpopt $(EE_GPVAL) -Wall
6666

6767
# Conditional compilation for exFAT support
6868
ifeq ($(EXFAT), 1)

0 commit comments

Comments
 (0)