ComparativeGenomicsToolkit / taffy

This is a library C/Python/CLI for working with TAF (.taf,.taf.gz) and MAF (.maf) alignment files
MIT License
23 stars 3 forks source link

add std=c++11 to cxxflags to hopefully fix mac build #51

Closed glennhickey closed 4 months ago

glennhickey commented 5 months ago

@benedictpaten I hope this fixes the warnings like

taff_coverage.cpp:469:34: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
            for (int64_t max_gap : contig_gap_thresholds) {