Home
last modified time | relevance | path

Searched refs:withRunDebug (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/win32/
Dconfigure.js49 var withRunDebug = false; variable
135 txt += " run_debug: Enable memory debugger (" + (withRunDebug? "yes" : "no") + ")\n";
246 vf.WriteLine("WITH_RUN_DEBUG=" + (withRunDebug? "1" : "0"));
355 of.WriteLine(s.replace(/\@WITH_RUN_DEBUG\@/, withRunDebug? "1" : "0"));
502 withRunDebug = strToBool(arg.substring(opt.length + 1, arg.length));
683 txtOut += " Runtime debugging: " + boolToStr(withRunDebug) + "\n";