diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -10,12 +10,9 @@ PCDEP = xcb \ xcb-shape \ xcb-errors \ "xcb-randr >= 1.5" \ - "glib-2.0 >= 2.44" \ - gio-2.0 \ - json-glib-1.0 \ pangocairo -CFLAGS := $(shell pkg-config --cflags $(PCDEP)) -Werror +CFLAGS := $(shell pkg-config --cflags $(PCDEP)) -Wall -Werror LDFLAGS := $(shell pkg-config --libs $(PCDEP)) -lm ifdef RELEASE |
