Commit 98ecbdaf authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2238 from kyab/fix_chipkitmax32_build_config

Disable C++ exception for chipKIT Max32 example build_config
parents b1eb337a da3b69a8
......@@ -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"
......
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