data-ipa-cfg-mgr: Disable NAT_DUMP on non-debug builds
* Fix compilation with disabled debugging Change-Id: I7483735fb935798b57e0072bb14ed8a476857786
This commit is contained in:
parent
0895dd6712
commit
0b6a4108c1
1 changed files with 2 additions and 0 deletions
|
@ -43,7 +43,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
#include "ipa_nat_logi.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#define NAT_DUMP
|
||||
#endif
|
||||
|
||||
/*======= IMPLEMENTATION related data structures and functions ======= */
|
||||
#ifdef IPA_ON_R3PC
|
||||
|
|
Loading…
Reference in a new issue