diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-10-02 18:51:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 18:51:49 +0200 |
commit | ff70ff529d23d5ca6abe0e16d815172dd24a9dd1 (patch) | |
tree | c255ae6cd2fcbbb85281b870214df90c748a781c | |
parent | 7d8c1be8fb1ba96dd16c40df990d4c2639515173 (diff) | |
download | Nim-ff70ff529d23d5ca6abe0e16d815172dd24a9dd1.tar.gz |
remove nim.cfg file change lefover [backport:1.2] (#15469)
-rw-r--r-- | compiler/nim.cfg | 6 |
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 |