Skip to content

Fixing large arrays on stack

Some warnings about large arrays on stack are being presented still after the updates to intergenomics. This moves all the large arrays to heap with dynamic allocation, which should fix this problem.

Merge request reports

Loading