diff options
Diffstat (limited to 'docs/users_guide/flags.xml')
-rw-r--r-- | docs/users_guide/flags.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 8381ca1254..dbad11867a 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -2429,6 +2429,15 @@ <entry>dynamic</entry> <entry>-</entry> </row> + <row> + <entry><option>-rdynamic</option></entry> + <entry>This instructs the linker to add all symbols, not only used ones, to the + dynamic symbol table. Currently Linux and Windows/MinGW32 only. + This is equivalent to using <literal>-optl -rdynamic</literal> in linux, + and <literal>-optl -export-all-symbols</literal> in Windows.</entry> + <entry>dynamic</entry> + <entry>-</entry> + </row> </tbody> </tgroup> </informaltable> |