shithub: scc

ref: 31fef787682d48b84879917047669ce8a281bd5b
dir: /inc/ldflags.def.h/

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