[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.lib.mk between version 1.92 and 1.93

version 1.92, 2017/11/14 10:02:56 version 1.93, 2018/06/06 00:14:29
Line 34 
Line 34 
 AFLAGS+=        ${NOPIE_FLAGS}  AFLAGS+=        ${NOPIE_FLAGS}
 .endif  .endif
   
 DIST_CFLAGS+=   -Oz  DIST_CFLAGS+=   -Oz -fno-stack-protector
   
 .c.o:  .c.o:
         @echo "${COMPILE.c} ${.IMPSRC} -o ${.TARGET}"          @echo "${COMPILE.c} ${.IMPSRC} -o ${.TARGET}"

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93