diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ ifeq ($(shell if test $(CC_VERSION) -ge endif ifdef DEBUG - CFLAGS += -g -D_DEBUG + CFLAGS += -g -fno-inline -D_DEBUG endif ifdef PROFILE