shithub: scc

ref: 91fed3bef2dc398abc6ece12153a3fda8b213476
dir: /inc/ldflags.def.h/

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