~ruther/dwl

488929fef6e8f5e32048437b2b5d9aa4e5771422 — Devin J. Pohly 5 years ago d56bf3c
turn on some warnings
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 1,7 1,7 @@
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)

CFLAGS ?= -g
CFLAGS ?= -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare
CFLAGS += -Werror -I. -DWLR_USE_UNSTABLE

PKGS = wlroots wayland-server xkbcommon

Do not follow this link