Nim caches per file, if you change one line in a file it recompiles all (which is why include and big single file are not optimal).
Would it be possible to split your autogenerated 50k lines file into multiple files?
Nim caches per file, if you change one line in a file it recompiles all (which is why include and big single file are not optimal).
Would it be possible to split your autogenerated 50k lines file into multiple files?