shithub: scc

ref: 1f44228008dcc08e27ab84b1da11867d2c9bf3ae
dir: /inc/ldflags.def.h/

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