shithub: scc

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

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