mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-11 18:18:36 +02:00
Build: add -Werror to makefile
This commit is contained in:
@@ -2,7 +2,7 @@ CC := gcc
|
|||||||
|
|
||||||
VERSION := $(shell git describe --tags --always --dirty)
|
VERSION := $(shell git describe --tags --always --dirty)
|
||||||
|
|
||||||
CFLAGS := -Wall -Wextra -O2 \
|
CFLAGS := -Wall -Wextra -Werror -O2 \
|
||||||
-DVERSION=\"$(VERSION)\" \
|
-DVERSION=\"$(VERSION)\" \
|
||||||
$(shell pkg-config --cflags libcjson ncurses)
|
$(shell pkg-config --cflags libcjson ncurses)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user