disable bintest for now

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-04-13 00:35:33 +09:00
parent 45eccd1333
commit 12ce2054b0
+1 -1
View File
@@ -19,7 +19,7 @@ MRuby::Build.new do |conf|
conf.compilers.each do |c|
c.defines += %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
end
conf.enable_bintest
# conf.enable_bintest
end
MRuby::Build.new('cxx_abi') do |conf|