Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > Builtin Module @config

Builtin Module @config

Panther
Documentation


architecture

def architecture: @pthr.Architecture;

Get the current architecture the compiler is compiling for / on.

platform

def platform: @pthr.Platform;

Get the current platform the compiler is compiling for / on.

mode

def mode: @pthr.Mode;

Get the current build mode the compiler is compiling for.

compilerMode

def compilerMode: @pthr.CompilerMode;

Get the current mode the compiler is running in.

windowsSubsystem

def windowsSubsystem: @pthr.WindowsSubsystem?;

Get the windows subsystem the compiler is targeting.

optMode

def optMode: @pthr.OptMode;

Get the current optimization mode the compiler compiling with.

includeDebugInfo

def includeDebugInfo: Bool;

Get if the compiler is including debug info.