def architecture: @pthr.Architecture;
Get the current architecture the compiler is compiling for / on.
def platform: @pthr.Platform;
Get the current platform the compiler is compiling for / on.
def mode: @pthr.Mode;
Get the current build mode the compiler is compiling for.
def compilerMode: @pthr.CompilerMode;
Get the current mode the compiler is running in.
def windowsSubsystem: @pthr.WindowsSubsystem?;
Get the windows subsystem the compiler is targeting.
def optMode: @pthr.OptMode;
Get the current optimization mode the compiler compiling with.
def includeDebugInfo: Bool;
Get if the compiler is including debug info.