VSOptions.linkOptions

retrieve options to be passed to the Microsoft linker

struct VSOptions
const(char)*
linkOptions
(
bool x64
)

Parameters

x64 bool

target architecture (x86 if false)

Return Value

Type: const(char)*

allocated string of options to add to the linker command line

Suggestion Box / Bug Report