Skip to content

Fixing large arrays on stack

jc.rodrigues requested to merge dev-interg-fix into main

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