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 @@ -593,6 +593,10 @@ block body
593
593
td "betterC"
594
594
td Compile in betterC mode
595
595
td -betterC
596
+ tr
597
+ td "lowmem"
598
+ td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
599
+ td -lowmem
596
600
597
601
h3#environment-variables Environment variables
598
602
include inc.package_format.envvars
Original file line number Diff line number Diff line change @@ -576,6 +576,10 @@ block body
576
576
td "betterC"
577
577
td Compile in betterC mode
578
578
td -betterC
579
+ tr
580
+ td "lowmem"
581
+ td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
582
+ td -lowmem
579
583
580
584
h3#environment-variables Environment variables
581
585
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