summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-10-02 18:51:49 +0200
committerGitHub <noreply@github.com>2020-10-02 18:51:49 +0200
commitff70ff529d23d5ca6abe0e16d815172dd24a9dd1 (patch)
treec255ae6cd2fcbbb85281b870214df90c748a781c
parent7d8c1be8fb1ba96dd16c40df990d4c2639515173 (diff)
downloadNim-ff70ff529d23d5ca6abe0e16d815172dd24a9dd1.tar.gz
remove nim.cfg file change lefover [backport:1.2] (#15469)
-rw-r--r--compiler/nim.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg
index 33ddc6f0b..cb586a9cb 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