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

/external/chromium_org/third_party/libxslt/win32/
H A Dconfigure.js56 var buildDebug = 0; variable
115 txt += " debug: Build unoptimised debug executables (" + (buildDebug? "yes" : "no") + ")\n";
197 vf.WriteLine("DEBUG=" + (buildDebug? "1" : "0"));
343 buildDebug = strToBool(arg.substring(opt.length + 1, arg.length));
502 txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";
/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js70 var buildDebug = 0; variable
154 txt += " debug: Build unoptimised debug executables (" + (buildDebug? "yes" : "no") + ")\n";
259 vf.WriteLine("DEBUG=" + (buildDebug? "1" : "0"));
521 buildDebug = strToBool(arg.substring(opt.length + 1, arg.length));
686 txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";

Completed in 91 milliseconds