Post about comparing C, C++ and D performance with a real world project

Steven Schveighoffer schveiguy at yahoo.com
Thu Dec 7 14:09:35 UTC 2017


On 12/7/17 6:46 AM, Daniel Kozak wrote:
> Not much helpful, still does not know which compiler flags have been 
> used, or how I can reproduce this. It would be nice to have some shell 
> script which will compile it and run it in a same manner as a original 
> author

https://github.com/jpakkane/pkg-config/blob/d/meson.build

This should give an idea of the flags. Not sure exactly what it means, 
but I assume there's a way to increase verbosity and see exactly the 
flags being sent to gdc.

-Steve


More information about the Digitalmars-d mailing list