determineCompiler

Determines the canonical compiler name used for the current build.

The possible values currently are "dmd", "gdc", "ldc" or "sdc". If an unknown compiler is used, this function will return an empty string.

string
determineCompiler
()

See Also

determineBuildPlatform

Meta