Use parallel compilation for decimal
parent
eaffaf2d7d
commit
fab2b12b9e
|
@ -1101,7 +1101,7 @@ setTargetTriplet() {
|
||||||
# The number of processors to be used
|
# The number of processors to be used
|
||||||
getCompilationProcessorCount() {
|
getCompilationProcessorCount() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
amqp | bcmath | bz2 | calendar | exif | gd | geospatial | gettext | gmagick | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip)
|
amqp | bcmath | bz2 | calendar | decimal | exif | gd | geospatial | gettext | gmagick | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip)
|
||||||
# These extensions support parallel compilation
|
# These extensions support parallel compilation
|
||||||
getProcessorCount
|
getProcessorCount
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue