mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Ensure standard Rust compiler flags are set
This commit is contained in:
parent
4a6a053618
commit
e7344b6d97
1 changed files with 3 additions and 0 deletions
|
@ -332,6 +332,9 @@ The drivers with support for the Vulkan API.
|
||||||
cp %{SOURCE1} docs/
|
cp %{SOURCE1} docs/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# ensure standard Rust compiler flags are set
|
||||||
|
export RUSTFLAGS="%build_rustflags"
|
||||||
|
|
||||||
# We've gotten a report that enabling LTO for mesa breaks some games. See
|
# We've gotten a report that enabling LTO for mesa breaks some games. See
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1862771 for details.
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1862771 for details.
|
||||||
# Disable LTO for now
|
# Disable LTO for now
|
||||||
|
|
Loading…
Reference in a new issue