Changeset 25f9727 in wspkg-data


Ignore:
Timestamp:
Jan 28, 2023, 2:35:03 AM (4 months ago)
Author:
Ting-Wei Lan <lantw44@…>
Branches:
master
Parents:
46e0b13
Message:

wsbsd: Disable GCC LTO for now

It takes a lot of time and memory to do LTO. Since poudriere forces us
to rebuild GCC for almost all updates, it doesn't make much sense to
waste time redoing LTO every time we need to update workstations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsbsd.files/make.conf

    r46e0b13 r25f9727  
    103103java_icedtea-web_SET=                   PLUGIN
    104104java_openjdk6_SET=                      ICEDTEA SOUND
     105lang_gcc11_SET=                         STANDARD_BOOTSTRAP
     106lang_gcc11_UNSET=                       LTO_BOOTSTRAP
     107lang_gcc12_SET=                         $(lang_gcc11_SET)
     108lang_gcc12_UNSET=                       $(lang_gcc11_UNSET)
     109lang_gcc13-devel_SET=                   $(lang_gcc11_SET)
     110lang_gcc13-devel_UNSET=                 $(lang_gcc11_UNSET)
    105111lang_ruby23_SET=                        CAPIDOCS GMP RDOC
    106112lang_ruby24_SET=                        $(lang_ruby23_SET)
Note: See TracChangeset for help on using the changeset viewer.