shithub: scc

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

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