[ros-dev] RE: [ros-svn] [chorns] 19566: Speed up compilation of ntoskrnl

Ge van Geldorp gvg at reactos.org
Fri Nov 25 22:50:25 CET 2005


> From: chorns at svn.reactos.com
> 
> Speed up compilation of ntoskrnl

Hmm, an unexpected consequence is that we can no longer enable DPRINTs per
file by removing the "#define NDEBUG" statement. At the moment, the first
source files included by io.c and cc.c (resp io/adapter.c and cc/cacheman.c)
don't define NDEBUG before including debug.h. As a result, all DPRINTs in
every file included by io.c/cc.c are enabled.

GvG



More information about the Ros-dev mailing list