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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js69 var buildDebug = 0; variable
152 txt += " debug: Build unoptimised debug executables (" + (buildDebug? "yes" : "no") + ")\n";
256 vf.WriteLine("DEBUG=" + (buildDebug? "1" : "0"));
514 buildDebug = strToBool(arg.substring(opt.length + 1, arg.length));
672 txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js69 var buildDebug = 0; variable
152 txt += " debug: Build unoptimised debug executables (" + (buildDebug? "yes" : "no") + ")\n";
256 vf.WriteLine("DEBUG=" + (buildDebug? "1" : "0"));
514 buildDebug = strToBool(arg.substring(opt.length + 1, arg.length));
672 txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";

Completed in 67 milliseconds