Learn about Centmin Mod LEMP Stack today
Become a Member

Master Branch update nginx centmin.sh menu option 4 in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 5, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    58,894
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    5:54 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update nginx centmin.sh menu option 4 in 123.09beta01

    Revise nginx's additional optional LTO support options to allow testing both fat-lto-objects and no-fat-lto-object options with the following 4 persistent config variables in /etc/centminmod/custom_config.inc. Most of these updates will only apply to CentOS 7 OSes and not CentOS 6 now if enabled via below variables.

    NGINX_FATLTO_OBJECTS='n' # enable -ffat-lto-objects flag for nginx builds - much slower compile times
    NGINX_NOFATLTO_OBJECTS='n' # enable -fno-fat-lto-objects flag for nginx builds - much slower compile times
    # recommended to keep NGINXOPENSSL_FATLTO_OBJECTS and NGINXOPENSSL_NOFATLTO_OBJECTS set to = n
    NGINXOPENSSL_FATLTO_OBJECTS='n' # enable -ffat-lto-objects flag for nginx OpenSSL builds - much slower compile times
    NGINXOPENSSL_NOFATLTO_OBJECTS='n' # enable -fno-fat-lto-objects flag for nginx OpenSSL builds - much slower compile times

    Continue reading...

    Centmin Mod Github Master branch


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