shithub: scc

ref: 051a76e14d0004c2646546c79792f4536f6218d7
dir: /inc/ldflags.def.h/

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