www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - -v lots of junk

Using -v I get a whole list(100's) of stuff that is irrelevant:

...
import    
core.sys.windows.w32api	(C:\dmd2\windows\bin\..\..\src\druntime\import\core\sys\windows\w32api.d)
import    
core.sys.windows.basetyps	(C:\dmd2\windows\bin\..\..\src\druntime\import\core\sys\windows\basetyps.d)
import    
core.sys.windows.winver	(C:\dmd2\windows\bin\..\..\src\druntime\import\core\sys\windows\winver.d)
library   kernel32
library   version
...

I'm using -v because it says I have to to see the expanded 
errors... so I do but then I get all the junk above.
Jun 05 2019