summarylogtreecommitdiffstats
path: root/wit-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'wit-makefile.patch')
-rw-r--r--wit-makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/wit-makefile.patch b/wit-makefile.patch
index 6d4ffc60122c..7bd32e57c3d9 100644
--- a/wit-makefile.patch
+++ b/wit-makefile.patch
@@ -25,7 +25,7 @@ diff -rupN wiimms-iso-tools.orig/project/Makefile wiimms-iso-tools/project/Makef
DEFINES1 += -D_LZMA_PROB32=1 # LZMA option
DEFINES = $(strip $(DEFINES1) $(MODE) $(XDEF))
--CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -funroll-loops
+-CFLAGS += -std=gnu99 -fomit-frame-pointer -fno-strict-aliasing -funroll-loops
CFLAGS += -Wall -Wno-parentheses -Wno-unused-function
-#CFLAGS += -O3 -Isrc/libwbfs -Isrc/lzma -Isrc -I$(UI) -I. -Iwork
-CFLAGS += -O3 -Isrc/libwbfs -Isrc -I$(UI) -I. -Iwork