shithub: scc

ref: 7726d04d20291674f962bfcb5cc494934a762ff2
dir: /inc/ldflags.def.h/

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