Skip to content

Commit a4e2aa3

Browse files
author
alexrp
committed
Add new version identifiers.
1 parent bff6f2b commit a4e2aa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

version.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,9 @@ version($(I identifier)) // add in version code if version
279279
$(TR $(TD $(B D_PIC)) $(TD Position Independent Code (command line $(DPLLINK dmd-windows.html#switches, switch) $(B -fPIC)) is being generated))
280280
$(V2 $(TR $(TD $(B D_SIMD)) $(TD $(DDLINK simd, simd, Vector extensions) (__vector and __simd) are supported)))
281281
$(V2 $(TR $(TD $(B D_Version2)) $(TD This is a D version 2 compiler)))
282+
$(V2 $(TR $(TD $(B D_NoBoundsChecks)) $(TD Array bounds checks are disabled (command line $(DPLLINK dmd-windows.html#switches, switch) $(B -noboundscheck)))))
282283
$(V2 $(TR $(TD $(B unittest)) $(TD $(DDLINK unittest, Unit Tests, Unit tests) are enabled (command line $(DPLLINK dmd-windows.html#switches, switch) $(B -unittest)))))
284+
$(V2 $(TR $(TD $(B assert)) $(TD assert statements are enabled)))
283285
$(TR $(TD $(B none)) $(TD Never defined; used to just disable a section of code))
284286
$(TR $(TD $(B all)) $(TD Always defined; used as the opposite of $(B none)))
285287
)

0 commit comments

Comments
 (0)