From: Hermès Bélusca-Maïto Date: Wed, 26 Apr 2017 13:41:43 +0000 (+0000) Subject: [COMMAND]: Disable COMMAND.COM debugging messages by default. X-Git-Tag: ReactOS-0.4.5~24 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=403ef47169a30cccb5c66de2208d192723980f17 [COMMAND]: Disable COMMAND.COM debugging messages by default. Disable again this #define if you want to get the dbg messages back. CORE-10710 svn path=/trunk/; revision=74410 --- diff --git a/reactos/subsystems/mvdm/dos/command.S b/reactos/subsystems/mvdm/dos/command.S index 122bae9fb45..2aa6b530df8 100644 --- a/reactos/subsystems/mvdm/dos/command.S +++ b/reactos/subsystems/mvdm/dos/command.S @@ -17,7 +17,7 @@ #include "asmxtras.inc" #include -// #define NDEBUG +#define NDEBUG /* DEFINES ********************************************************************/