shithub: scc

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

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