shithub: scc

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

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