aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c7c40e0..dff2ac6 100644
--- a/Makefile
+++ b/Makefile
@@ -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