Add documentation of MRuby::Build#disable_cxx_exception .

This commit is contained in:
take_cheeze
2014-04-08 20:30:19 +09:00
parent 758cdd5b33
commit 702cadae4c
+10
View File
@@ -205,6 +205,16 @@ If you need to enable C++ ABI mode explicity add the following:
conf.enable_cxx_abi
#### C++ exception disabling.
If you need to force C++ exception disable
(For example using a compiler option to disable C++ exception)
add following:
conf.disable_cxx_exception
Note that it must be called before ```enable_cxx_abi``` or ```gem``` method.
### Debugging mode
To enable debugging mode add the following: