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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user