Skip to content
Snippets Groups Projects
Commit b50dc5fb authored by Timo Teräs's avatar Timo Teräs
Browse files

build: remove -Werror

parent 9482a9d7
No related branches found
No related tags found
No related merge requests found
Pipeline #147316 passed
......@@ -84,7 +84,7 @@ INSTALL := install
INSTALLDIR := $(INSTALL) -d
CFLAGS ?= -g -O2
CFLAGS_ALL := -Werror -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
CFLAGS_ALL := -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
CFLAGS_ALL += $(CFLAGS)
LDFLAGS ?= -g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment