From: Anatol Belski Date: Tue, 3 Jan 2017 00:07:55 +0000 (+0100) Subject: Disable pdb generation for AppVeyor X-Git-Tag: php-7.0.15RC1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f12f0b2bc2d7755cfa56183088f16ee7f8598cba;p=php Disable pdb generation for AppVeyor It is not needed for the test runs and would speedup the compilation phase. --- diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index cf5187738c..397e486022 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -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 ^