dev-libs/dynarmic: disable -Werror

Signed-off-by: Violet Purcell <vimproved@inventati.org>
This commit is contained in:
Violet Purcell
2026-01-02 15:50:18 -05:00
parent 547c5cf588
commit 195201e46e

View File

@@ -54,6 +54,8 @@ src_configure() {
local mycmakeargs=(
-DDYNARMIC_USE_PRECOMPILED_HEADERS=no
-DDYNARMIC_TESTS=$(usex test)
# disable -Werror
-DDYNARMIC_WARNINGS_AS_ERRORS=no
-Wno-dev
)