Commit 702cadae authored by take_cheeze's avatar take_cheeze

Add documentation of MRuby::Build#disable_cxx_exception .

parent 758cdd5b
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment