Skip to content

Commit 8295fe8

Browse files
authored
Merge pull request #279 from leeN/debug_build_ifdefs
Only make ParseTaint log its results if the TAINT_DEBUG flag is set.
2 parents d5957fe + 16a7b4c commit 8295fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taint/Taint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ class TaintList
837837

838838
// Set to true to enable various debug outputs regarding end2end tainting
839839
// throughout the engine.
840-
#define DEBUG_E2E_TAINTING (DEBUG)
840+
#define DEBUG_E2E_TAINTING (TAINT_DEBUG)
841841

842842
/*
843843
* Deserialize taint information from its string representation. Required for

0 commit comments

Comments
 (0)