https://issues.dlang.org/show_bug.cgi?id=15446
--- Comment #1 from Shriramana Sharma <[email protected]> --- One important point in updating: Currently the documentation for -o- says that it suppresses output of object files, but this is misleading, since it actually suppresses all binary output and not just that of object files which are IIUC commonly understood to be .o files. See https://issues.dlang.org/show_bug.cgi?id=15447 and http://forum.dlang.org/post/[email protected]. So that's one wording which needs to be corrected in both the online doc and man page. Thanks again. --
