aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorame <[email protected]>2025-07-28 21:34:43 -0500
committerame <[email protected]>2025-07-28 21:34:43 -0500
commit0d99d2767503428281b53bdef1d00788d4d99751 (patch)
tree1707ce9db2cf90647a7da4411ce88542a88bc364 /makefile
parent3af209e5643ad62005d4c6797dfc51f6b6c2e196 (diff)
use it everywhere
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6c33c56..0a07ae9 100644
--- a/makefile
+++ b/makefile
@@ -9,7 +9,7 @@ ifeq ($(version),jit)
install_version = 5.1
endif
-CFLAGS := -Wall -fPIC -DGIT_COMMIT='$(GIT_COMMIT)' `pkg-config --cflags lua$(version)`
+CFLAGS := -D_GNU_SOURCE -Wall -fPIC -DGIT_COMMIT='$(GIT_COMMIT)' `pkg-config --cflags lua$(version)`
LFLAGS := -lm -shared -lcrypto -lssl
LINKER := $(CC)