public abstract class CxxLinkOptions extends Object
Constructor and Description |
---|
CxxLinkOptions() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
getFatLto() |
abstract boolean |
getThinLto() |
static CxxLinkOptions |
of() |
static CxxLinkOptions |
of(boolean thinLto,
boolean fatLto) |
public abstract boolean getThinLto()
public abstract boolean getFatLto()
public static CxxLinkOptions of()
public static CxxLinkOptions of(boolean thinLto, boolean fatLto)