diff options
Diffstat (limited to 'chapter06/gcc-exp.xml')
-rw-r--r-- | chapter06/gcc-exp.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml index bb80d3893..c7777438b 100644 --- a/chapter06/gcc-exp.xml +++ b/chapter06/gcc-exp.xml @@ -1,6 +1,9 @@ <sect2> <title>Command explanations</title> +<para><userinput>--enable-threads=posix:</userinput> This enables C++ +exception handling for multithreaded code.</para> + <para><userinput>--enable-__cxa_atexit:</userinput> This option will result in C++ shared libraries and C++ programs that are interoperable with other linux distributions.</para> |