]> granicus.if.org Git - php/commitdiff
remove debug out
authorAnatol Belski <ab@php.net>
Sun, 30 Oct 2016 20:12:50 +0000 (21:12 +0100)
committerAnatol Belski <ab@php.net>
Sun, 30 Oct 2016 20:12:50 +0000 (21:12 +0100)
win32/build/confutils.js

index 022c8fb00ce6fcfc5d715ce6b78d8b992edbb8c3..97090f53324989e1be8efece117cbf7069ac89af 100644 (file)
@@ -677,11 +677,6 @@ function copy_dep_pdb_into_build_dir(libpath)
                }
        }
 
-       /*if ("libxml2_a_dll.lib" == libname || "libcrypt.lib" == libname || "libcrypt_a.lib" == libname) {
-               WARNING("dumpbin /section:.debug$T /rawdata " + libpath);
-               ERROR(names);
-       }*/
-
        for (var k = 0; k < names.length; k++) {
                var pdbname = names[k];