shithub: scc

ref: 715f312b3c3a3faa943e7a8c3905bbc768d89d89
dir: /inc/ldflags.def.h/

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