remove nim.cfg file change lefover [backport:1.2] (#15469)

This commit is contained in:
Andreas Rumpf
2020-10-02 18:51:49 +02:00
committed by GitHub
parent 7d8c1be8fb
commit ff70ff529d

View File

@@ -19,12 +19,6 @@ define:useStdoutAsStdmsg
styleCheck:error
@end
# die when the Nim compiler uses more than 4GB:
@if cpu32:
define:"nimMaxHeap=2000"
@else:
define:"nimMaxHeap=4000"
@end
#define:useNodeIds
#gc:markAndSweep