shithub: scc

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

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