retdec
decoder_debug.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_DECODER_DECODER_DEBUG_H
8 #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_DECODER_DECODER_DEBUG_H
9 
10 // Debug logs enabled/disabled.
12 const bool debug_enabled = false;
13 
14 #endif
Debugging utilities.
const bool debug_enabled
Definition: decoder_debug.h:12