scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

ldflags.def.h (72B)


      1 char *ldflags[] = {
      2 	"-static",
      3 	"-z","nodefaultlib",
      4 	%NOPIE%
      5 	NULL
      6 };