diff options
| author | ame <[email protected]> | 2025-07-28 21:34:43 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-07-28 21:34:43 -0500 |
| commit | 0d99d2767503428281b53bdef1d00788d4d99751 (patch) | |
| tree | 1707ce9db2cf90647a7da4411ce88542a88bc364 /makefile | |
| parent | 3af209e5643ad62005d4c6797dfc51f6b6c2e196 (diff) | |
use it everywhere
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
|
