shithub: scc

ref: 9b62b35493ec9d39704ca6c9a9e133a2f8e980fc
dir: /inc/ldflags.def.h/

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