diff options
| author | take_cheeze <[email protected]> | 2014-04-08 20:30:19 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-04-08 20:30:19 +0900 |
| commit | 702cadae4c248334bcc0f842ace2612088000322 (patch) | |
| tree | cfce80aa13bf8ec055551bc321bffa39f10f5f33 /doc/compile | |
| parent | 758cdd5b333adc536d6acefc2b663226536f597c (diff) | |
| download | mruby-702cadae4c248334bcc0f842ace2612088000322.tar.gz mruby-702cadae4c248334bcc0f842ace2612088000322.zip | |
Add documentation of MRuby::Build#disable_cxx_exception .
Diffstat (limited to 'doc/compile')
| -rw-r--r-- | doc/compile/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md index a06a6b952..e494591f7 100644 --- a/doc/compile/README.md +++ b/doc/compile/README.md @@ -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: |
