Want to subscribe to topics you're interested in?
Become a Member

Beta Branch update centmin.sh menu option 17 in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Nov 9, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    58,892
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    7:47 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update centmin.sh menu option 17 in 123.09beta01

    - add GCC 8.3 compiler support for compression algorithms
    - remove lbzip2 source install and let system use EPEL YUM repo version as lbzip2 source seems to be broken right now
    - update pigz multi-threaded gzip compile routine to automatically compile & install Profile Guided Optimization trained pigz binary for better performance

    Continue reading...

    123.09beta01 branch


     
  2. tininho

    tininho Active Member

    182
    44
    28
    May 22, 2019
    eu
    Ratings:
    +135
    Local Time:
    12:47 AM
    Does this mean, that

    NGINX_DEVTOOLSETGCC='y' #
    GENERAL_DEVTOOLSETGCC='y' #
    CRYPTO_DEVTOOLSETGCC='y' #
    That these all now follow the DEVTOOLSET*=y ?
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,892
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    7:47 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    this compression algoritm commit for pigz doesn't affect those setting variables - they have always been linked to DEVTOOLSET* variables in that when those 3 are enabled, they use devtoolset and version used depends on what you enable via DEVTOOLSET*