diff options
| author | kyab <[email protected]> | 2014-05-11 23:56:22 +0900 |
|---|---|---|
| committer | kyab <[email protected]> | 2014-05-11 23:56:22 +0900 |
| commit | da3b69a8527871dd83049c71bc76cc115f754e8f (patch) | |
| tree | 46e5e54ccfc0b5be7e89c85d2ff9671c5f65a320 /examples | |
| parent | b1eb337a34f4b304f08a5bc59f03b6fc1ac02027 (diff) | |
| download | mruby-da3b69a8527871dd83049c71bc76cc115f754e8f.tar.gz mruby-da3b69a8527871dd83049c71bc76cc115f754e8f.zip | |
Disable C++ exception for chipKIT Max32 example build_config
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/targets/build_config_chipKITMax32.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/targets/build_config_chipKITMax32.rb b/examples/targets/build_config_chipKITMax32.rb index 72fbd5c85..e3a122f43 100644 --- a/examples/targets/build_config_chipKITMax32.rb +++ b/examples/targets/build_config_chipKITMax32.rb @@ -70,6 +70,9 @@ MRuby::CrossBuild.new("chipKITMax32") do |conf| #do not build test executable conf.build_mrbtest_lib_only + #disable C++ exception + conf.disable_cxx_exception + #gems from core conf.gem :core => "mruby-print" conf.gem :core => "mruby-math" |
