Use -flto=auto instead of -flto (#7909)

This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-02-09 18:04:32 -05:00
committed by GitHub
parent b9b81698f1
commit 8d8e6690bc
14 changed files with 19 additions and 19 deletions

View File

@@ -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 \