shithub: scc

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

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