Merge pull request #2942 from suzukaze/revert

Revert 7b5f8b0 except removing trailing spaces
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-09-05 01:05:20 +09:00
+1 -2
View File
@@ -21,7 +21,6 @@ MRuby::Build.new do |conf|
# include the default GEMs
conf.gembox 'default'
conf.gem :core => 'mruby-eval'
# C compiler settings
# conf.cc do |cc|
@@ -106,7 +105,7 @@ MRuby::Build.new('host-debug') do |conf|
conf.gem :core => "mruby-bin-debugger"
# bintest
conf.enable_bintest
# conf.enable_bintest
end
MRuby::Build.new('test') do |conf|