ci/fedora: when doing non-LTO build, we need C_ARGS too

Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28684>
This commit is contained in:
David Heidelberg
2024-10-02 14:56:31 +09:00
committed by Marge Bot
parent 9cdf897c5e
commit 2630e3e47a
+4 -1
View File
@@ -321,12 +321,15 @@ fedora-release:
- !reference [.build-for-tests-jobs]
variables:
BUILDTYPE: "release"
C_LINK_ARGS: >
C_ARGS: >
-Wno-error=stringop-overflow
-Wno-error=stringop-overread
CPP_ARGS: >
-Wno-error=dangling-reference
-Wno-error=overloaded-virtual
C_LINK_ARGS: >
-Wno-error=stringop-overflow
-Wno-error=stringop-overread
CPP_LINK_ARGS: >
-Wno-error=stringop-overflow
-Wno-error=stringop-overread