mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Disable C++ exception for chipKIT Max32 example build_config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user