changeset 3031 | bd5cae1efa8c |
parent 2997 | 5f38d62ed7aa |
child 3042 | e0716d89aba0 |
--- a/Makefile Fri Feb 17 16:42:08 2006 +0000 +++ b/Makefile Fri Feb 17 20:24:17 2006 +0000 @@ -325,6 +325,10 @@ ifdef PROFILE CFLAGS += -pg LDFLAGS += -pg + ifdef OSX + # Shark (Xcode's profiling tool) needs -g to relate CPU usage to line numbers in the source code + BASECFLAGS += -g + endif endif CDEFS=-DWITH_REV