edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

Simplify Makefile #39

Open sjackman opened 6 years ago

sjackman commented 6 years ago

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.

edawson commented 6 years ago

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

sjackman commented 6 years ago

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?