Radish
alpha
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Commits
›
b9c7a77887c235149589c8e87ace2215c39520c7
Do not strip the lib when installing.
jlaffaye
committed
14 years ago
commit b9c7a77887c235149589c8e87ace2215c39520c7
parent
c3c3579ba028c3bc3ec4d4800c49ed3039829e8f
1 file changed
+1
-0
modified
libpkg/Makefile
@@ -43,6 +43,7 @@ LDADD+= -L${.CURDIR}/../external/sqlite \
-lpthread
DEBUG_FLAGS+= -g -O0
+
STRIP=
.if defined(PROFILE_BUILD)
DEBUG_FLAGS+= -pg
.endif