summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-05-31 12:32:15 +0200
committerAnatol Belski <ab@php.net>2018-05-31 12:32:15 +0200
commit95258f2480f5ea3ee8ab5442b66184fab4504b91 (patch)
tree1a6037ecf3871f0e978b76e53b35982758101f3b /appveyor
parentf2b4ec4bdc595773fb49b7d6ae8942c61f436288 (diff)
downloadphp-git-95258f2480f5ea3ee8ab5442b66184fab4504b91.tar.gz
Do one test build with AVX
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index 051601d3fb..b8db279724 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -36,7 +36,8 @@ if %errorlevel% neq 0 exit /b 3
cmd /c buildconf.bat --force
if %errorlevel% neq 0 exit /b 3
-if "%THREAD_SAFE%" equ "0" set ADD_CONF=--disable-zts
+if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
+if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INTRINSICS%
set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_firebird,interbase,ldap,imap,ftp
if "%OPCACHE%" equ "0" set EXT_EXCLUDE_FROM_TEST=%EXT_EXCLUDE_FROM_TEST%,opcache