From f12f0b2bc2d7755cfa56183088f16ee7f8598cba Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 3 Jan 2017 01:07:55 +0100 Subject: [PATCH] Disable pdb generation for AppVeyor It is not needed for the test runs and would speedup the compilation phase. --- appveyor/build_task.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ^ -- 2.40.0