shithub: scc

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

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