Chromium Code Reviews| Index: native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst |
| diff --git a/native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst b/native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst |
| index 2324774fa8c20b4d393bc058155489d823d9f034..d58c94186f492a189c90636cdbc5a60745235a47 100644 |
| --- a/native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst |
| +++ b/native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst |
| @@ -183,6 +183,12 @@ calls to ``abort()``. The usual ``-fno-exceptions`` flag is also |
| supported. PNaCl will support full zero-cost exception handling in the |
| future. |
| +.. note:: When using naclports_ or other prebuilt static libraries, you'll want |
| + to make sure you rebuild these libraries with exception handling |
|
Mark Seaborn
2015/02/18 18:00:08
How does a developer do that?
Isn't -fexceptions
JF
2015/02/18 18:19:14
What do you mean? There are instructions on this a
Mark Seaborn
2015/02/18 18:36:03
Sorry, I didn't look at all of the context.
Sayin
JF
2015/02/18 18:43:28
I clarified a few things, PTAL.
|
| + enabled. For naclports, you'll want to modify the port's ``build.sh``. |
| + |
| +.. _naclports: https://code.google.com/p/naclports |
| + |
| NaCl supports full zero-cost C++ exception handling. |
| Inline Assembly |