Disable DEBUG_MESSAGES in release build of CoreCLR PAL
authorSergiy Kuryata <sergeyk@microsoft.com>
Tue, 20 Oct 2015 04:13:01 +0000 (21:13 -0700)
committerSergiy Kuryata <sergeyk@microsoft.com>
Tue, 20 Oct 2015 04:13:01 +0000 (21:13 -0700)
commitd1ee2104052aeb3b4dacdf33d9ecf55f1ed33f1d
treef891ea487f2454f714f9036b1229e6a60fcee4ed
parent3d1175e017b0c0b4cd7276044f607203a3e9e436
Disable DEBUG_MESSAGES in release build of CoreCLR PAL

This reduces the size of libcoreclr by 1.3MB and improves performace results by a few percent on some benchmarks.
src/pal/src/config.h.in
src/pal/src/cruntime/misc.cpp
src/pal/src/exception/console.cpp
src/pal/src/file/find.cpp
src/pal/src/include/pal/dbgmsg.h
src/pal/src/include/pal/palinternal.h
src/pal/src/init/sxs.cpp
src/pal/src/loader/module.cpp
src/pal/src/synchmgr/synchmanager.cpp