a build fix, due to compile issue for pdcursesmod

GCC15 switched its default to -std=gnu23 and there's a bug in
pdcursesmod as a result. That impacts MSYS2/Mingw64 NetHack builds.
See: https://github.com/Bill-Gray/PDCursesMod/issues/333

The suggestion there is to force --std=gnu17 as a workaround.
This commit is contained in:
nhmall
2025-06-02 10:32:36 -04:00
parent afafc69eed
commit a9c0cd624f
2 changed files with 12 additions and 5 deletions

1
src/.gitignore vendored
View File

@@ -31,3 +31,4 @@ bundle/*
GNUmakefile
GNUmakefile.depend
.*.c
.depend