gfakluge icon indicating copy to clipboard operation
gfakluge copied to clipboard

Simplify Makefile

Open sjackman opened this issue 7 years ago • 2 comments

This PR greatly simplifies the Makefile. I've removed some functionality, in particular building libgfakluge.a. Let me know if that functionality is needed, and I'll add it back.

sjackman avatar Aug 16 '18 17:08 sjackman

Yep, we need libgfakluge.a for incorporation into vg. Can we have that back? Otherwise this is some awesome make foo.

edawson avatar Aug 16 '18 18:08 edawson

Done. I removed -fPIC, because PIC code is less efficient than non-PIC code. Do you anticipate linking this static library into a shared library?

sjackman avatar Aug 16 '18 19:08 sjackman