diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,13 +11,13 @@ PCDEP = xcb \ xcb-errors \ "xcb-randr >= 1.5" \ pangocairo \ - lua5.4 + luajit CFLAGS += $(shell pkg-config --cflags $(PCDEP)) -Wall -Werror LDFLAGS += $(shell pkg-config --libs $(PCDEP)) -lm ifdef RELEASE -CFLAGS += -O2 -D_RELEASE +CFLAGS += -O2 else CFLAGS += -ggdb endif |
