aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-08-23 00:01:31 +0200
committerFederico Angelilli <code@fedang.net>2025-08-23 00:01:31 +0200
commita262dc8acd581052ee6b5d5430af69148540a843 (patch)
treec6eafa7d46f717fdf22eb5565d62e82d80de5fe1 /Makefile
parentefdf4a4883937c8a2fad278fbd4ffc207ef981dc (diff)
Move to luajit and fix logsrefactor
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