Skip to content

Commit f9ac040

Browse files
H. S. Teohdlang-bot
authored andcommitted
Follow-up to DMD PR#14892: document version(D_ProfileGC).
1 parent 605caa8 commit f9ac040

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/version.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
347347
$(TROW $(ARGS $(D D_NoBoundsChecks)) , $(ARGS Array bounds checks are disabled
348348
(command line switch $(DDSUBLINK dmd, switch-boundscheck, $(TT -boundscheck=off)))))
349349
$(TROW $(ARGS $(D D_ObjectiveC)) , $(ARGS The target supports interfacing with Objective-C))
350+
$(TROW $(ARGS $(D D_ProfileGC)) , $(ARGS GC allocations being profiled
351+
(command line switch $(DDSUBLINK dmd, switch-profile, $(TT -profile=gc)))))
350352
$(TROW $(ARGS $(D Core)) , $(ARGS Defined when building the standard runtime))
351353
$(TROW $(ARGS $(D Std)) , $(ARGS Defined when building the standard library))
352354
$(TROW $(ARGS $(D unittest)) , $(ARGS $(DDLINK spec/unittest, Unit Tests, Unit tests) are enabled

0 commit comments

Comments
 (0)