[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.93 and 1.94

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

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