Searched refs:DEBUG_FLAGS (Results 1 – 6 of 6) sorted by relevance
5 ifdef DEBUG_FLAGS6 CFLAGS+=${DEBUG_FLAGS}7 CXXFLAGS+=${DEBUG_FLAGS}
4 ifdef DEBUG_FLAGS5 CFLAGS+=${DEBUG_FLAGS}6 CXXFLAGS+=${DEBUG_FLAGS}
32 * The `DEBUG` variable in the Makefile was renamed to `DEBUG_FLAGS`38 Simply rename `DEBUG` to `DEBUG_FLAGS` in your environment to make it working again.
43 DEBUG_FLAGS?= -g -ggdb macro44 REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(ARCH)
96 DEBUG_FLAGS=-g macro97 export CFLAGS LDFLAGS DEBUG DEBUG_FLAGS
62 DEBUG_FLAGS=-g