(svn r1745) Use -fno-inline when DEBUGing

This commit is contained in:
tron 2005-01-30 23:04:41 +00:00
parent 6955f80c6e
commit 25f514ab6d
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ ifeq ($(shell if test $(CC_VERSION) -ge 34; then echo true; fi), true)
endif
ifdef DEBUG
CFLAGS += -g -D_DEBUG
CFLAGS += -g -fno-inline -D_DEBUG
endif
ifdef PROFILE