Get the most out of your Centmin Mod LEMP stack
Become a Member

Master Branch switch to DEVTOOLSETEIGHT='y' default in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 26, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    59,368
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,145
    Local Time:
    7:31 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    switch to DEVTOOLSETEIGHT='y' default in 123.09beta01

    - Intel cpus newer than Intel Broadwell, aren't detected by distro native GCC compilers or even devtoolset-7 GCC 7.3.1. They require devtoolset-8 GCC 8.2.1 compiler to properly detect up to Intel Skylake processors which means changing from DEVTOOLSETSEVEN='y' default to DEVTOOLSETEIGHT='y' default https://community.centminmod.com/threads/php-isnt-installed.16678/#post-71026. This will allow nginx to be compiled with GCC 8.2.1 compiler and php-fpm PGO enabled, PHP_PGO='y' builds to also be compiled with GCC 8.2.1 as well as force GCC 8.2.1 compiles for PHP 7.3 non-PGO builds due to PHP 7.3 required additional avx instructions which are not enabled by default with centos GCC native compiler versions on newer Intel cpus like Intel Kaby Lake or Intel Skylake https://community.centminmod.com/threads/update-php-7-3-routines-for-1-cpu-thread-systems-in-123-09beta01.16679/.

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.