Searched refs:DEBUGFLAGS (Results 1 – 4 of 4) sorted by relevance
23 DEBUGFLAGS = -Wall -Werror24 DEBUGFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith25 DEBUGFLAGS += -Wno-format-zero-length -Wno-sign-compare27 FLAGS = ${MIPSFLAGS} ${DEBUGFLAGS} ${OPTFLAGS}
62 DEBUGFLAGS = -Wall -Werror macro63 DEBUGFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith64 DEBUGFLAGS += -Wno-format-zero-length -Wno-sign-compare66 FLAGS = ${MIPSFLAGS} ${DEBUGFLAGS} ${OPTFLAGS}
261 …${COMPILE.c} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}}…286 …${COMPILE.cc} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}…313 ${COMPILE.f} ${DEBUGFLAGS} -g ${.IMPSRC} -o ${.TARGET}344 ${COMPILE.m} ${DEBUGFLAGS} -g ${OBJCOPTS.${.IMPSRC:T}} ${.IMPSRC} -o ${.TARGET}390 …${COMPILE.s} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}}…394 …${COMPILE.S} ${DEBUGFLAGS} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}}…462 DEBUGFLAGS?=-DDEBUG
203 ${COMPILE.S} ${DEBUGFLAGS} ${CPPFLAGS.${.TARGET:T:.go=}} -o ${.TARGET} \