mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add documentation of MRuby::Build#disable_cxx_exception .
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user