Index: ipc/ipc_message.h |
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h |
index b978cf23680924924141d105020541d66511bd4a..6db89668f754d4e81e5cec3898af744f227a5373 100644 |
--- a/ipc/ipc_message.h |
+++ b/ipc/ipc_message.h |
@@ -12,7 +12,7 @@ |
#include "base/pickle.h" |
#include "ipc/ipc_export.h" |
-#ifndef NDEBUG |
+#if !defined(NDEBUG) && !defined(COMPONENT_BUILD) |
jam
2012/02/21 04:13:21
nit: please add a comment about why this is done f
|
#define IPC_MESSAGE_LOG_ENABLED |
#endif |