From 182df169fe2bd1fc02d0bf00c6a0a20470a0763f Mon Sep 17 00:00:00 2001 From: Geoff Norton Date: Sun, 8 Feb 2015 09:59:09 -0800 Subject: Do not define _DEBUG on all builds. --- src/pal/src/config.h.osx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/pal/src/config.h.osx b/src/pal/src/config.h.osx index 47203d289a..3ee1a70048 100644 --- a/src/pal/src/config.h.osx +++ b/src/pal/src/config.h.osx @@ -14,13 +14,6 @@ Module Name: #ifndef _PAL_CONFIG_H_INCLUDED #define _PAL_CONFIG_H_INCLUDED 1 -/*++ -_DEBUG : configure option --disable-debug - -This turns off compilation of debug-only code. ---*/ -#define _DEBUG 1 - /*++ _NO_DEBUG_MESSAGES_ : configure option --disable-dbgmsg -- cgit v1.2.3