Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js71 var buildDebug = 0; variable
156 txt += " debug: Build unoptimised debug executables (" + (buildDebug? "yes" : "no") + ")\n";
262 vf.WriteLine("DEBUG=" + (buildDebug? "1" : "0"));
542 buildDebug = strToBool(arg.substring(opt.length + 1, arg.length));
708 txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";