shithub: scc

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

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