shithub: scc

ref: 5ab4d45674cc1e5a82921c1f86cb70593dd0a226
dir: /inc/ldflags.def.h/

View raw version
char *ldflags[] = {
	"-static",
	/* on OpenBSD, disable pie */
	/* "-nopie", */
	NULL
};