Searched refs:DEBUG_FLAGS (Results 1 – 2 of 2) sorted by relevance
175 DEBUG_FLAGS="$FLAGS -DSANITIZER_DEBUG=1 -g"185 $CC $DIR/gotsan.cpp -c -o $DIR/race_debug_$SUFFIX.syso $DEBUG_FLAGS $CFLAGS187 FLAGS="$DEBUG_FLAGS"
122 DEBUG_FLAGS := $(if ${DEBUG},-g -O0,-Os) macro125 -Werror -Wall -Wstrict-prototypes ${DEBUG_FLAGS}148 CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall -Werror ${DEBUG_FLAGS}