shithub: scc

ref: 6661a93cfca897396c2803b9cd028068ad7c9a84
dir: /inc/ldflags.def.h/

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