diff options
| author | ame <[email protected]> | 2025-07-24 02:32:37 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-07-24 02:32:37 -0500 |
| commit | ed2dd6874a905769c5cfc080333ab0b12f9a9fe8 (patch) | |
| tree | 60e29dbb01635dc9a94e02709520baea1b63d5fe /makefile | |
| parent | b392bec30ebdd4c84446623193b82531b8001b88 (diff) | |
errors and then,, yknow fix them
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 := -fPIC -DGIT_COMMIT='$(GIT_COMMIT)' `pkg-config --cflags lua$(version)`
+CFLAGS := -Wall -Werror -fPIC -DGIT_COMMIT='$(GIT_COMMIT)' `pkg-config --cflags lua$(version)`
LFLAGS := -lm -shared -lcrypto -lssl
LINKER := $(CC)
|
