aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatarLibravatar William Ahern <william@ubuntu.(none)> 2012-10-01 09:08:01 -0700
committerLibravatarLibravatar William Ahern <william@ubuntu.(none)> 2012-10-01 09:08:01 -0700
commit21dfde350145320964f034b0f26543f000de1538 (patch)
tree75065032c13aa4620d9eb1286fd3d3a359d60717 /Makefile
parent251101cbed9096deff25dd5bf043b5f3c2fdebd9 (diff)
downloadluaossl-21dfde350145320964f034b0f26543f000de1538.tar.gz
luaossl-21dfde350145320964f034b0f26543f000de1538.tar.bz2
luaossl-21dfde350145320964f034b0f26543f000de1538.zip
-n
enable -g
Diffstat (limited to 'Makefile')
-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)
CPPFLAGS = -I$(DESTDIR)$(lua52include)
-DFLAGS = -Wall -Wextra -Wno-deprecated-declarations -Wno-unused
+DFLAGS = -g -Wall -Wextra -Wno-deprecated-declarations -Wno-unused
CFLAGS = -fPIC $(DFLAGS)
LDFLAGS = -lssl -lcrypto