sim: m32c/rl78: drop redundant -Wall settings

We already turn these on in the configure script.
This commit is contained in:
Mike Frysinger
2021-12-04 13:23:54 -05:00
parent 63538d8e16
commit 0344e65132
2 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,7 @@
## COMMON_PRE_CONFIG_FRAG
SIM_EXTRA_CFLAGS = -Wall -DTIMER_A
SIM_EXTRA_CFLAGS = -DTIMER_A
SIM_RUN_OBJS = \
main.o \

View File

@ -20,8 +20,6 @@
## COMMON_PRE_CONFIG_FRAG
SIM_EXTRA_CFLAGS = -Wall
SIM_RUN_OBJS = \
main.o