summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d860856..739b87d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ VENDOR.CC = $(shell env CC="${CC}" ../mk/vendor.cc)
13 13
14 14
15CPPFLAGS = -I$(DESTDIR)$(lua52include) 15CPPFLAGS = -I$(DESTDIR)$(lua52include)
16DFLAGS = -Wall -Wextra -Wno-deprecated-declarations -Wno-unused 16DFLAGS = -g -Wall -Wextra -Wno-deprecated-declarations -Wno-unused
17CFLAGS = -fPIC $(DFLAGS) 17CFLAGS = -fPIC $(DFLAGS)
18LDFLAGS = -lssl -lcrypto 18LDFLAGS = -lssl -lcrypto
19 19