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

@@ -44,7 +44,7 @@ class Gtksourceview_4 < Package
depends_on 'zlibpkg' # R
def self.patch
system "sed -i 's/-fstack-protector-strong/-flto/g' meson.build"
system "sed -i 's/-fstack-protector-strong/-flto=auto/g' meson.build"
end
def self.build