]> granicus.if.org Git - php/commitdiff
Disable pdb generation for AppVeyor
authorAnatol Belski <ab@php.net>
Tue, 3 Jan 2017 00:07:55 +0000 (01:07 +0100)
committerAnatol Belski <ab@php.net>
Tue, 3 Jan 2017 00:07:55 +0000 (01:07 +0100)
It is not needed for the test runs and would speedup the compilation
phase.

appveyor/build_task.bat

index cf5187738c56549061730b39d43bad74c93c64d6..397e486022fa0c525d73c19e55e1c18f63d8a250 100644 (file)
@@ -33,7 +33,7 @@ if "%OPCACHE%" equ "0" set EXT_EXCLUDE_FROM_TEST=%EXT_EXCLUDE_FROM_TEST%,opcache
 
 call configure.bat ^
        --enable-snapshot-build ^
-       --enable-debug-pack ^
+       --disable-debug-pack ^
        --with-mcrypt=shared ^
        --enable-com-dotnet=shared ^
        --without-analyzer ^