shithub: scc

ref: 3a11ea050c4cec90cb4827042e4d13a4de6ef20c
dir: /inc/ldflags.def.h/

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