Skip to content

Commit

Permalink
remove documentation of obsolete switches
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Feb 17, 2016
1 parent a53e464 commit bdcc1a6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions dcompiler.dd
Expand Up @@ -704,9 +704,6 @@ dmd -cov -unittest myprog.d
)
)

$(SWITCH $(SWNAME -quiet),
suppress non-essential compiler messages
)
$(SWITCH $(SWNAME -release),

compile release version, which means not emitting run-time
Expand All @@ -720,12 +717,7 @@ dmd -cov -unittest myprog.d
command line, $(I args...), as the arguments to the program.
No .$(OBJEXT) or executable file is left behind.
)
$(COMMENT
$(SWITCH $(SWNAME -safe),
Statically checks the modules being compiled to ensure they
conform to the $(LINK2 safed.html, safe memory model).
)
)

$(UNIX
$(SWITCH $(SWNAME -shared),
generate shared library
Expand Down

0 comments on commit bdcc1a6

Please sign in to comment.