]> git.ipfire.org Git - thirdparty/zstd.git/commit
INSTALL_DATA instead of INSTALL_LIB for libzstd.a 724/head
authorYuri <yuri@tsoft.com>
Sat, 17 Jun 2017 07:23:41 +0000 (00:23 -0700)
committerYuri <yuri@tsoft.com>
Sat, 17 Jun 2017 07:23:41 +0000 (00:23 -0700)
commit92bafda406935a276080534a762f4ed9b50dc638
tree3aa9ac1ad48cdaa337e7bf9ab8b0a27146d2fa07
parent9cbb152582530da9ca2b6af8dda1747c1b7bd36d
INSTALL_DATA instead of INSTALL_LIB for libzstd.a

INSTALL_LIB can be passed -s flag to strip symbols. Static libraries should not be stripped, only dynamic ones should be stripped.
lib/Makefile