vibansal / HapCUT2

software tools for haplotype assembly from sequence data
BSD 2-Clause "Simplified" License
207 stars 36 forks source link

Feature/newer gcc compat #123

Closed snehring closed 2 years ago

snehring commented 2 years ago

The first commit adds in some changes that fix errors with newer gcc versions.

The second commit changes the Makefile a little bit, I removed the line defining the CC variable, in favor of the contents of that variable in the environment, I moved most of the flags defined there to the CFLAGS variable.