From 4970e24a1c2ff0efe03896b2eb44f579d55ffd09 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 1 Sep 2020 23:00:50 +0900 Subject: Remove `full-core` from `target/appveyor.rb`. --- target/appveyor.rb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/target/appveyor.rb b/target/appveyor.rb index 6a8dbbf4a..e084a6a36 100644 --- a/target/appveyor.rb +++ b/target/appveyor.rb @@ -4,18 +4,6 @@ def setup_option(conf) conf.linker.flags << "/DEBUG:NONE" unless ENV['LDFLAGS'] end -MRuby::Build.new('full-debug') do |conf| - toolchain :visualcpp - enable_debug - - # include all core GEMs - conf.gembox 'full-core' - conf.cc.defines += %w(MRB_GC_STRESS MRB_ENABLE_DEBUG_HOOK) - setup_option(conf) - - conf.enable_test -end - MRuby::Build.new do |conf| toolchain :visualcpp -- cgit v1.2.3