Closed jonathandmoore closed 2 months ago
I get this error doing make on a Google Cloud instance. All the compiles fail, except for fasta36.
It goes away if I add this to gcc in the Makefile: -std=c99
Would you be amenable to a PR to fix this?
-std=c99 has been added to Makefile.linux64_sse2 and other Makefile.linux make files.
I get this error doing make on a Google Cloud instance. All the compiles fail, except for fasta36.
It goes away if I add this to gcc in the Makefile: -std=c99
Would you be amenable to a PR to fix this?