diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-17 03:56:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-17 03:56:39 +0300 |
commit | ed41c67908b8d6289f0e5eb49f101c851d9adc75 (patch) | |
tree | 527d3352b2b4d6aca56d89dac5913de36aba6c4b /src/main.h | |
parent | e9a8a46fc92669236e37dd096f5a849aed74ca6a (diff) | |
download | plus-ed41c67908b8d6289f0e5eb49f101c851d9adc75.tar.gz plus-ed41c67908b8d6289f0e5eb49f101c851d9adc75.tar.bz2 plus-ed41c67908b8d6289f0e5eb49f101c851d9adc75.tar.xz plus-ed41c67908b8d6289f0e5eb49f101c851d9adc75.zip |
Debug option to dump loaded images names.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 21316886b..0478e4513 100644 --- a/src/main.h +++ b/src/main.h @@ -83,7 +83,8 @@ #define ENABLEDEBUGLOG 1 -//define DEBUG_LEAKS +//define DEBUG_LEAKS 1 +//define DEBUG_DUMP_LEAKS 1 //define DEBUG_CONFIG 1 //define DEBUG_FONT 1 //define DEBUG_FONT_COUNTERS 1 |