From bd6637abf92e7c5b274a7962b8323c516915924f Mon Sep 17 00:00:00 2001 From: icculus Date: Thu, 27 Mar 2008 23:15:01 -0400 Subject: [PATCH] [svn] Okay, done with memory profiling for now. --HG-- branch : trunk --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b064bab2..1d95dccb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ IF(CMAKE_COMPILER_IS_GNUCC) ADD_DEFINITIONS(-Wall -ggdb3) ENDIF(CMAKE_COMPILER_IS_GNUCC) -# testparse uses this. -ADD_DEFINITIONS(-DMOJOSHADER_DEBUG_MALLOC=1) +# testparse uses this when I'm looking at memory usage patterns. +#ADD_DEFINITIONS(-DMOJOSHADER_DEBUG_MALLOC=1) ADD_EXECUTABLE(testparse testparse.c mojoshader.c)