algbio / ggcat

Compacted and colored de Bruijn graph construction and querying
MIT License
72 stars 10 forks source link

Add `-fPIE` to ggcat-cpp-api `Makefile` #32

Closed rob-p closed 10 months ago

rob-p commented 1 year ago

I encountered a linking error when trying to link the ggcat static library in fulgor under g++-11.1. I had to add this flag to the command for compiling libggcat_api.a to fix it. I don't think it should disturb anything else. cc @jermp