LinkWithAttribute.NeedsGccExceptionHandling 属性

定义

指定本机库是否需要与 GCC 异常处理库 (libgcc_eh) 链接。

public bool NeedsGccExceptionHandling { get; set; }
member this.NeedsGccExceptionHandling : bool with get, set

属性值

如果本机库需要与 -lgcc_eh 链接,则此值应设置为 ,否则false应设置为 true

适用于