summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-09 11:35:27 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-09 11:35:27 +0900
commitd95d55089de26784f78e66700d55bf858f1be0c2 (patch)
tree53a368d640c46859af7e61b9a8068b63d0929dc9 /examples
parent6abb9de7e0fed2df2ffc391e738913d5c7b5e4bb (diff)
parent7f3b8ddb5361b5ad7102f82d8a1212520958450b (diff)
downloadmruby-d95d55089de26784f78e66700d55bf858f1be0c2.tar.gz
mruby-d95d55089de26784f78e66700d55bf858f1be0c2.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'examples')
-rw-r--r--examples/targets/ArduinoDue.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/targets/ArduinoDue.rb b/examples/targets/ArduinoDue.rb
index 6dae85ca1..59101c2cc 100644
--- a/examples/targets/ArduinoDue.rb
+++ b/examples/targets/ArduinoDue.rb
@@ -53,6 +53,9 @@ MRuby::CrossBuild.new("Arduino Due") do |conf|
#do not build executable test
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"