LinkWithAttribute.LinkerFlags Property

Definition

Additional linker flags that are required for linking the native library to an application.

public string LinkerFlags { get; set; }
member this.LinkerFlags : string with get, set

Property Value

A string containing the extra linker flags to be passed to clang or null if unneeded.

Applies to