diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-02 22:56:41 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-02 22:56:41 -0400 |
commit | 1be5f9149172ceca199e2f5974d2c9dcd8e94a2f (patch) | |
tree | 50324939ef126d4bfc0f9beeabc6de495aa4f1ca /docs/reference/gtk/building.sgml | |
parent | d095448be3ed17478f429f4e0560d8275773fb7c (diff) | |
download | gtk+-1be5f9149172ceca199e2f5974d2c9dcd8e94a2f.tar.gz |
Document --disable-Bsymbolic option
Diffstat (limited to 'docs/reference/gtk/building.sgml')
-rw-r--r-- | docs/reference/gtk/building.sgml | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 33064e2494..bb1a8c42c5 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -330,8 +330,8 @@ How to compile GTK+ itself <arg>--enable-debug=[no|minimum|yes]</arg> </group> <group> - <arg>--disable-visibility</arg> - <arg>--enable-visibility</arg> + <arg>--disable-Bsymbolic</arg> + <arg>--enable-Bsymbolic</arg> </group> <group> <arg>--disable-shm</arg> @@ -398,7 +398,7 @@ How to compile GTK+ itself <formalpara> <title><systemitem>--enable-debug</systemitem></title> - + <para> Turns on various amounts of debugging support. Setting this to 'no' disables g_assert(), g_return_if_fail(), g_return_val_if_fail() and @@ -415,15 +415,11 @@ How to compile GTK+ itself </formalpara> <formalpara> - <title><systemitem>--disable-visibility</systemitem> and - <systemitem>--enable-visibility</systemitem></title> + <title><systemitem>--disable-Bsymbolic</systemitem> and + <systemitem>--enable-Bsymbolic</systemitem></title> <para> - The option <systemitem>--disable-visibility</systemitem> - turns off the use of ELF visibility attributes for linking - optimizations. This makes sense while changing GTK+ itself, - since the way in which GTK+ uses visibility attributes - forces a full rebuild of all source files for any header - modification. + The option <systemitem>--disable-Bsymbolic</systemitem> + turns off the use of the -Bsymbolic-functions linker flag. </para> </formalpara> |