diff options
author | genotrance <dev@genotrance.com> | 2020-07-21 12:14:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 19:14:36 +0200 |
commit | 450a3e3179096c09cb473956386940a212f9a1d2 (patch) | |
tree | 632859f459886628c126053d82d74be8a00aefc5 /doc/nimc.rst | |
parent | 64d629c617b5bbc700349afbc16607e2ed9f8eeb (diff) | |
download | Nim-450a3e3179096c09cb473956386940a212f9a1d2.tar.gz |
Fix #2408 - add -d:globalSymbols (#14904)
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r-- | doc/nimc.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst index bd5e897c3..379d8b559 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -454,6 +454,9 @@ Define Effect path for the ``sh`` binary, in cases where it is not located in the default location ``/bin/sh``. ``noSignalHandler`` Disable the crash handler from ``system.nim``. +``globalSymbols`` Load all ``{.dynlib.}`` libraries with the ``RTLD_GLOBAL`` + flag on Posix systems to resolve symbols in subsequently + loaded libraries. ====================== ========================================================= |