diff options
| author | Federico Angelilli <code@fedang.net> | 2025-08-23 00:01:31 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-08-23 00:01:31 +0200 |
| commit | a262dc8acd581052ee6b5d5430af69148540a843 (patch) | |
| tree | c6eafa7d46f717fdf22eb5565d62e82d80de5fe1 /Makefile | |
| parent | efdf4a4883937c8a2fad278fbd4ffc207ef981dc (diff) | |
Move to luajit and fix logsrefactor
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 |
