diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-11-12 13:11:18 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-11-12 13:11:18 +0100 |
commit | c9c4555f8d38053ed2da4b0f81fd86301a14d8cb (patch) | |
tree | 59a32bee8ef753da2399650200473a93645bedbd /Makefile | |
parent | e0330d9534d8cfeffff81f426df1d3277702b835 (diff) |
Implement more instructions
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) |