shithub: scc

ref: 505a92789652dbfa4cf19dc088eb29a47eb6e81f
dir: /inc/ldflags.def.h/

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