(svn r1745) Use -fno-inline when DEBUGing

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 20 years ago
parent 6955f80c6e
commit 25f514ab6d

@ -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

Loading…
Cancel
Save