diff options
author | tron <tron@openttd.org> | 2005-01-30 23:04:41 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-01-30 23:04:41 +0000 |
commit | 25f514ab6d31daada684f28100079e5ed8576632 (patch) | |
tree | 031600de4d01b525d7c2f11c0446e81af7cf982c /Makefile | |
parent | 6955f80c6e020cebec6212d7ce09def3329967f2 (diff) | |
download | openttd-25f514ab6d31daada684f28100079e5ed8576632.tar.xz |
(svn r1745) Use -fno-inline when DEBUGing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |