ldflags.def.h (89B)
1 char *ldflags[] = { 2 "-static", 3 /* on OpenBSD, disable pie */ 4 /* "-nopie", */ 5 NULL 6 };