@@ -282,13 +282,13 @@ ifeq ($(shell if test $(CC_VERSION) -ge
endif
ifeq ($(shell if test $(CC_VERSION) -ge 34; then echo true; fi), true)
CFLAGS += -Wdeclaration-after-statement -Wold-style-definition
ifdef DEBUG
CFLAGS += -g -D_DEBUG
CFLAGS += -g -fno-inline -D_DEBUG
ifdef PROFILE
CFLAGS += -pg
LDFLAGS += -pg
Status change: