Skip to content
Snippets Groups Projects
Commit 4a3b5aa9 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

Makefile: add -Werror

parent 4fe8a27b
No related branches found
No related tags found
No related merge requests found
Pipeline #45373 passed
EXECS = mapagent dynbh/dynbhd EXECS = mapagent dynbh/dynbhd
CFLAGS+=-I. -Iutils -D_GNU_SOURCE #DEBUG=1 CFLAGS+=-I. -Iutils -D_GNU_SOURCE #DEBUG=1
CFLAGS+= -ggdb3 -Wall CFLAGS+= -ggdb3 -Wall -Werror
OBJS = \ OBJS = \
utils/debug.o \ utils/debug.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment