shithub: scc

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

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