Author: hbelusca
Date: Wed Apr 26 13:41:43 2017
New Revision: 74410
URL:
http://svn.reactos.org/svn/reactos?rev=74410&view=rev
Log:
[COMMAND]: Disable
COMMAND.COM debugging messages by default.
Disable again this #define if you want to get the dbg messages back.
CORE-10710
Modified:
trunk/reactos/subsystems/mvdm/dos/command.S
Modified: trunk/reactos/subsystems/mvdm/dos/command.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/dos/comman…
==============================================================================
--- trunk/reactos/subsystems/mvdm/dos/command.S [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/dos/command.S [iso-8859-1] Wed Apr 26 13:41:43 2017
@@ -17,7 +17,7 @@
#include "asmxtras.inc"
#include <isvbop.inc>
-// #define NDEBUG
+#define NDEBUG
/* DEFINES ********************************************************************/