# HG changeset patch # User tron # Date 2005-01-30 23:04:41 # Node ID 5c8d0e7c0c4d8ffcf3d62ebc72032bd49978e2de # Parent 6e42bb0997d99df784e1934c4d8ee0785fb01960 (svn r1745) Use -fno-inline when DEBUGing 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