summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-02-08 11:06:12 -0800
committerJan Kotas <jkotas@microsoft.com>2015-02-08 11:06:12 -0800
commit88d6aac7fb8506edc69c8676a663312ea7e4ec29 (patch)
treed29e85092393439359382abb88ad9262b908ef62 /src
parent4cca1a4b23d0dd7c18c30eff378cea759a8f1a9e (diff)
parent9bf98f06930a6a1ef091986b906edc9edb590cad (diff)
downloadcoreclr-88d6aac7fb8506edc69c8676a663312ea7e4ec29.tar.gz
coreclr-88d6aac7fb8506edc69c8676a663312ea7e4ec29.tar.bz2
coreclr-88d6aac7fb8506edc69c8676a663312ea7e4ec29.zip
Merge pull request #155 from kangaroo/master
config.h.osx was debug generated, causing issues with release builds
Diffstat (limited to 'src')
-rw-r--r--src/pal/src/config.h.osx7
1 files changed, 0 insertions, 7 deletions
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
@@ -15,13 +15,6 @@ Module Name:
#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
This turns off compilation of TRACE, WARN, ERROR and ENTRY debug messages