shithub: scc

ref: cc85fa255c2a18df7dbff6b311099941ed5af8c8
dir: /inc/ldflags.def.h/

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