LinkWithAttribute.NeedsGccExceptionHandling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether or not the native library requires linking with the GCC Exception Handling library (libgcc_eh).
public bool NeedsGccExceptionHandling { get; set; }
member this.NeedsGccExceptionHandling : bool with get, set
Property Value
This value should be set to true
if the native library requires linking with -lgcc_eh, or false
otherwise.