File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -583,6 +583,10 @@ block body
583
583
td "betterC"
584
584
td Compile in betterC mode
585
585
td -betterC
586
+ tr
587
+ td "lowmem"
588
+ td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
589
+ td -lowmem
586
590
587
591
h3#environment-variables Environment variables
588
592
include inc.package_format.envvars
Original file line number Diff line number Diff line change @@ -566,6 +566,10 @@ block body
566
566
td "betterC"
567
567
td Compile in betterC mode
568
568
td -betterC
569
+ tr
570
+ td "lowmem"
571
+ td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
572
+ td -lowmem
569
573
570
574
h3#environment-variables Environment variables
571
575
include inc.package_format.envvars
Original file line number Diff line number Diff line change @@ -75,4 +75,9 @@ block body
75
75
tr
76
76
td defaultArchitecture
77
77
td: code string
78
- td Force a different architecture (e.g. x86 or x86_64)
78
+ td Force a different architecture (e.g. x86 or x86_64)
79
+
80
+ tr
81
+ td defaultLowMemory
82
+ td: code bool
83
+ td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
You can’t perform that action at this time.
0 commit comments