mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Add no_lto (#8436)
* Add no_lto * add xorg_proto update * update libepoxy as no_lto example * add no_lto to packages * move no_lto
This commit is contained in:
committed by
GitHub
parent
a833795056
commit
d5d2d5551e
@@ -39,7 +39,7 @@ class Gnutls < Package
|
||||
depends_on 'zlibpkg' # R
|
||||
depends_on 'zstd' # R
|
||||
|
||||
no_env_options
|
||||
no_lto
|
||||
|
||||
def self.prebuild
|
||||
# Use IPv4 fallback if default connection fails.
|
||||
@@ -54,7 +54,7 @@ class Gnutls < Package
|
||||
|
||||
def self.build
|
||||
system './configure --help'
|
||||
system "mold -run ./configure #{CREW_OPTIONS} #{CREW_ENV_FNO_LTO_OPTIONS} \
|
||||
system "mold -run ./configure #{CREW_OPTIONS} \
|
||||
--enable-shared \
|
||||
--with-pic \
|
||||
--with-system-priority-file=#{CREW_PREFIX}/etc/gnutls/default-priorities \
|
||||
|
||||
Reference in New Issue
Block a user