author | Ryan C. Gordon <icculus@icculus.org> |
Thu, 19 Feb 2009 04:00:21 -0500 | |
changeset 673 | 4b14154df11b |
parent 672 | bcca8b3ae152 |
child 674 | 8ab124b33d3c |
--- a/utils/mojoshader-compiler.c Thu Feb 19 03:58:25 2009 -0500 +++ b/utils/mojoshader-compiler.c Thu Feb 19 04:00:21 2009 -0500 @@ -15,7 +15,7 @@ static const char **include_paths = NULL; static unsigned int include_path_count = 0; -#define MOJOSHADER_DEBUG_MALLOC 1 +#define MOJOSHADER_DEBUG_MALLOC 0 #if MOJOSHADER_DEBUG_MALLOC static void *Malloc(int len, void *d)