mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Use -flto=auto instead of -flto (#7909)
This commit is contained in:
committed by
GitHub
parent
b9b81698f1
commit
8d8e6690bc
@@ -30,7 +30,7 @@ class Nano < Package
|
||||
end
|
||||
|
||||
def self.build
|
||||
system "CFLAGS=-flto LDFLAGS=-static \
|
||||
system "CFLAGS=-flto=auto LDFLAGS=-static \
|
||||
./configure #{CREW_OPTIONS} \
|
||||
--enable-threads=posix \
|
||||
--enable-nls \
|
||||
|
||||
Reference in New Issue
Block a user