aquaskyline / SOAPdenovo2

Next generation sequencing reads de novo assembler.
GNU General Public License v3.0
220 stars 78 forks source link

In Makefile compilation do not considere CFLAGS arguments #64

Closed hdevillers closed 4 years ago

hdevillers commented 5 years ago

On $(CC) lines (49, 53, 58, 62) you should add $(CFLAGS), otherwise the provided compiling argument are ignored.