summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88796be..a5638ff 100644
--- a/Makefile
+++ b/Makefile
@@ -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)