shithub: scc

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

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