libretro.mame2016: workaround issues with GCC13

This commit is contained in:
Thiago Kenji Okada 2024-02-04 21:14:23 +00:00
parent 79f8e9d064
commit 7377cc78e4

View File

@ -610,6 +610,8 @@ in
makeFlags = [ "PYTHON_EXECUTABLE=python3" ];
# Build failures when this is set to a bigger number
NIX_BUILD_CORES = 8;
# Fix build errors in GCC13
NIX_CFLAGS_COMPILE = "-Wno-error -fpermissive";
meta = {
description = "Port of MAME ~2016 to libretro, compatible with MAME 0.174 sets";
license = with lib.licenses; [ bsd3 gpl2Plus ];