From c4214d3ace5c33bb73a70d7d87fc9d2492dc2061 Mon Sep 17 00:00:00 2001 From: kyab Date: Tue, 8 Apr 2014 23:50:25 +0900 Subject: Fix build_config.rb for ArduinoDue --- examples/targets/ArduinoDue.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') 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" -- cgit v1.2.3