summaryrefslogtreecommitdiffstats
path: root/o3d/breakpad
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/breakpad')
-rw-r--r--o3d/breakpad/linux/breakpad.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/breakpad/linux/breakpad.cc b/o3d/breakpad/linux/breakpad.cc
index 4ef9bc3..6fec736 100644
--- a/o3d/breakpad/linux/breakpad.cc
+++ b/o3d/breakpad/linux/breakpad.cc
@@ -48,7 +48,7 @@ static const std::string kBreakpadProduct = "Google_O3D_Plugin_Linux";
static const std::string kBreakpadVersion = "unknown";
static const std::string kBreakpadGUID = "unknown";
static const std::string kBreakpadEmail = "unknown";
-#ifdef _DEBUG
+#ifndef NDEBUG
static const std::string kBreakpadServer =
"http://clients2.google.com/cr/staging_report";
#else