shithub: scc

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

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