summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorsiqi <me@siqi.fr>2013-08-16 08:55:57 +0200
committersiqi <me@siqi.fr>2013-08-16 16:41:52 +0200
commit96c413515bc7175e2d6bd69e0027166f83d8b4c7 (patch)
tree401889bfccb80b6a36dd4ce74df4db04841f40a3 /sd
parentb15c117fc75f44b27678977d8e171e82af493ebf (diff)
compile in release mode
Change-Id: Id934b89f56080846d22405a60a2a310908c7ec82
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/remotecontrol/mDNSResponder/dns_sd.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h b/sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h
index eb65465a9132..57336755052a 100755
--- a/sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h
+++ b/sd/source/ui/remotecontrol/mDNSResponder/dns_sd.h
@@ -86,8 +86,8 @@ extern "C" {
#ifndef WIN32
#define WIN32
#endif
-#ifndef _DEBUG
-#define _DEBUG
+#ifndef NDEBUG
+#define NDEBUG
#endif
#ifndef _WINDOWS
#define _WINDOWS
@@ -95,9 +95,6 @@ extern "C" {
#ifndef _USRDLL
#define _USRDLL
#endif
-#ifndef DEBUG
-#define DEBUG 1
-#endif
#ifndef NOT_HAVE_SA_LEN
#define NOT_HAVE_SA_LEN
#endif