something concrete for discussion:

infrastructure for NOSTATICFN, replacing NOSTATICCORE
This commit is contained in:
nhkeni
2024-03-13 11:39:24 -04:00
parent a13b9da286
commit 59486fb8ad
4 changed files with 31 additions and 26 deletions

View File

@@ -308,6 +308,9 @@ override GAME=
MOREALL += ( cd src ; $(MAKE) pregame ; $(MAKE) $(TARGETPFX)libnh.a )
endif # WANT_LIBNH
# XXX TESTING ONLY - macOS doesn't need this:
CFLAGS += -DNOSTATICFN
# Lua
# when building liblua.a, avoid warning that use of tmpnam() should be
# replaced by mkstemp(); the lua code doesn't use nethack's config.h so