summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-01-03 01:07:55 +0100
committerAnatol Belski <ab@php.net>2017-01-03 01:07:55 +0100
commitf12f0b2bc2d7755cfa56183088f16ee7f8598cba (patch)
tree3753cac80fc24eb0eb189ffb7a2d9305d83af985
parent20c172d45937db7e1a8f86cab3b742ec44e44d61 (diff)
downloadphp-git-f12f0b2bc2d7755cfa56183088f16ee7f8598cba.tar.gz
Disable pdb generation for AppVeyor
It is not needed for the test runs and would speedup the compilation phase.
-rw-r--r--appveyor/build_task.bat2
1 files changed, 1 insertions, 1 deletions
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 ^