diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,9 @@ OBJS = main.o image.o elf.o srec.o nios2.o instruction.o DEFS = -DVERSION="\"$(VERSION)\"" -DDEBUG -CFLAGS += -g -W -Wall -Wno-packed-bitfield-compat $(DEFS) +CFLAGS += -g -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \ + -Wno-packed-bitfield-compat \ + $(DEFS) LDFLAGS += -lelf all: prepare $(P) |