diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-02 22:54:14 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-02 22:54:14 -0800 |
commit | fe5745033a4f397c62a4e00efd9257ac9f83755c (patch) | |
tree | 3be0c520fae17689bbf5584e1136fb820caef26f /linker/linker_debug.h | |
parent | 7d9dcdc82a871926e5e3a27143908fa3f4181b5f (diff) | |
download | bionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.zip bionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.tar.gz bionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.tar.bz2 |
auto import from //depot/cupcake/@137055
Diffstat (limited to 'linker/linker_debug.h')
-rw-r--r-- | linker/linker_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker/linker_debug.h b/linker/linker_debug.h index 6e396fd..3cc1343 100644 --- a/linker/linker_debug.h +++ b/linker/linker_debug.h @@ -35,8 +35,8 @@ * this on when submitting back to repository */ #define LINKER_DEBUG 0 #define TRACE_DEBUG 0 -#define DO_TRACE_LOOKUP 1 -#define DO_TRACE_RELO 1 +#define DO_TRACE_LOOKUP 0 +#define DO_TRACE_RELO 0 #define TIMING 0 #define STATS 0 #define COUNT_PAGES 0 |