From ff70ff529d23d5ca6abe0e16d815172dd24a9dd1 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 2 Oct 2020 18:51:49 +0200 Subject: [PATCH] remove nim.cfg file change lefover [backport:1.2] (#15469) --- compiler/nim.cfg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler/nim.cfg b/compiler/nim.cfg index 33ddc6f0b4..cb586a9cb0 100644 --- a/compiler/nim.cfg +++ b/compiler/nim.cfg @@ -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