mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 10:23:46 +00:00
extras/base64/Mercury.options:
extras/graphics/mercury_cairo/Mercury.options:
extras/graphics/mercury_glfw/Mercury.options:
extras/posix/Mercury.options:
extras/trail/Mercury.options:
As above.
10 lines
366 B
Plaintext
10 lines
366 B
Plaintext
# The base64 module (currently) only provides a C implementation of the
|
|
# encoder / decoder. Compilation will fail if we attempt to build it
|
|
# in a non-C grade.
|
|
|
|
MCFLAGS += --libgrades-exclude-component java
|
|
MCFLAGS += --libgrades-exclude-component csharp
|
|
|
|
MCFLAGS-mercury_base64 += --no-warn-nothing-exported
|
|
MCFLAGS-mercury_base64 += --no-warn-interface-imports
|