shithub: scc

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

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