Skip to content

Commit

Permalink
Add new version identifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Sep 2, 2012
1 parent bff6f2b commit a4e2aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions version.dd
Expand Up @@ -279,7 +279,9 @@ version($(I identifier)) // add in version code if version
$(TR $(TD $(B D_PIC)) $(TD Position Independent Code (command line $(DPLLINK dmd-windows.html#switches, switch) $(B -fPIC)) is being generated))
$(V2 $(TR $(TD $(B D_SIMD)) $(TD $(DDLINK simd, simd, Vector extensions) (__vector and __simd) are supported)))
$(V2 $(TR $(TD $(B D_Version2)) $(TD This is a D version 2 compiler)))
$(V2 $(TR $(TD $(B D_NoBoundsChecks)) $(TD Array bounds checks are disabled (command line $(DPLLINK dmd-windows.html#switches, switch) $(B -noboundscheck)))))
$(V2 $(TR $(TD $(B unittest)) $(TD $(DDLINK unittest, Unit Tests, Unit tests) are enabled (command line $(DPLLINK dmd-windows.html#switches, switch) $(B -unittest)))))
$(V2 $(TR $(TD $(B assert)) $(TD assert statements are enabled)))
$(TR $(TD $(B none)) $(TD Never defined; used to just disable a section of code))
$(TR $(TD $(B all)) $(TD Always defined; used as the opposite of $(B none)))
)
Expand Down

0 comments on commit a4e2aa3

Please sign in to comment.