shithub: scc

ref: 448edca819fa4d00ce307dca80bc4398150ec8e6
dir: /inc/ldflags.def.h/

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