lh3 / fermi-lite

Standalone C library for assembling Illumina short reads in small regions
MIT License
72 stars 23 forks source link

Fix building on GCC 10 #16

Closed julianhess closed 1 year ago

julianhess commented 1 year ago

GCC 10 defaults to -fno-common, so we cannot define this twice without explicitly specifying extern.

lh3 commented 1 year ago

Thanks!