shithub: scc

ref: 281ed1c6bfbebe92f24377d6e2af85c635cc8b64
dir: /inc/ldflags.def.h/

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