Debug output disabled.
This commit is contained in:
parent
f9546232de
commit
3ee52c0b5d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ global void AddDependency(const char* target,const char* required,int count
|
|||
node->Rule=temp;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef neverDEBUG
|
||||
printf("New rules are :");
|
||||
node=node->Rule;
|
||||
while(node){
|
||||
|
|
Loading…
Add table
Reference in a new issue