Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dcompiler.dd
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,8 @@ dmd -cov -unittest myprog.d
compile in $(LINK2 spec/unittest.html, unittest) code, turns on asserts, and sets the
$(D unittest) $(LINK2 spec/version.html#PredefinedVersions, version identifier)
)
$(SWITCH $(SWNAME -v),
enable verbose output for each compiler pass
$(SWITCH $(SWNAME -v[=file]),
enable verbose output for each compiler pass with the option to write the output to a file
)
$(SWITCH $(SWNAME -vcolumns),
print character (column) numbers in diagnostics
Expand Down