diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -325,6 +325,10 @@ endif 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 |