Files
mercury/extras/net/Mercury.options
2023-02-10 22:33:36 +11:00

11 lines
288 B
Plaintext

#
# These options are required to get access to some reenterant versions of
# socket functions.
#
EXTRA_CFLAGS=-D_BSD_SOURCE=1 -D_DEFAULT_SOURCE=1
# Workaround a bug in Mercury's pack bits optimisation.
MCFLAGS=--arg-pack-bits 0 \
--libgrades-exclude java \
--libgrades-exclude csharp