summaryrefslogtreecommitdiff
path: root/MCONFIG.embedded
diff options
context:
space:
mode:
Diffstat (limited to 'MCONFIG.embedded')
-rw-r--r--MCONFIG.embedded2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCONFIG.embedded b/MCONFIG.embedded
index 586afc3e..37abe917 100644
--- a/MCONFIG.embedded
+++ b/MCONFIG.embedded
@@ -28,7 +28,7 @@ GCCOPT := $(call gcc_ok,-m32,) \
LIBGCC := $(shell $(CC) $(GCCOPT) --print-libgcc)
LD += -m elf_i386
-CFLAGS = $(GCCOPT) -g -W -Wall -Wno-sign-compare $(OPTFLAGS) $(INCLUDES)
+CFLAGS = $(GCCOPT) -g $(GCCWARN) -Wno-sign-compare $(OPTFLAGS) $(INCLUDES)
SFLAGS = $(CFLAGS) -D__ASSEMBLY__
.SUFFIXES: .c .o .S .s .i .elf .com .bin .asm .lst .c32 .lss