shithub: scc

ref: 09f5da73611db3395b97ab9e1746a0eb4e9736af
dir: /inc/ldflags.def.h/

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