mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 11:23:46 +00:00
11 lines
288 B
Plaintext
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
|