Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installs an unstripped binary lib/libhighwayhash.so #88

Closed
yurivict opened this issue Apr 29, 2020 · 3 comments
Closed

Installs an unstripped binary lib/libhighwayhash.so #88

yurivict opened this issue Apr 29, 2020 · 3 comments

Comments

@yurivict
Copy link

Warning: 'lib/libhighwayhash.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
@jan-wassenberg
Copy link
Member

@yurivict Thanks for suggesting this, would this be sufficient?

post-install:
	${STRIP_CMD} $(DESTDIR)/$(LIBDIR)/libhighwayhash.so

.PHONY: clean distclean all install post-install

@yurivict
Copy link
Author

Thanks for suggesting this, would this be sufficient?

I think so.

@jan-wassenberg
Copy link
Member

@yurivict I finally merged the github version with our internal version (two-way sync was unfortunately not set up). Just added this and will push shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants