mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-dotnet/dotnet-sdk: use strip-flags to remove flags unsupported by clang
Closes: https://bugs.gentoo.org/962556 Reported-by: Vaclav Danek <danvac@seznam.cz> Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -163,6 +163,7 @@ pkg_setup() {
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
strip-flags
|
||||
filter-flags -Werror=lto-type-mismatch # Not implemented by Clang, bug 946334
|
||||
filter-flags -Wlto-type-mismatch
|
||||
filter-lto
|
||||
|
||||
@@ -178,6 +178,7 @@ pkg_setup() {
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
strip-flags
|
||||
filter-flags -Werror=lto-type-mismatch # Not implemented by Clang, bug 946334
|
||||
filter-flags -Wlto-type-mismatch
|
||||
filter-lto
|
||||
|
||||
Reference in New Issue
Block a user