From a262dc8acd581052ee6b5d5430af69148540a843 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sat, 23 Aug 2025 00:01:31 +0200 Subject: Move to luajit and fix logs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3