summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-09-01 23:00:50 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 18:20:11 +0900
commit4970e24a1c2ff0efe03896b2eb44f579d55ffd09 (patch)
tree461aaefc22ad0495920190ab3d34cfddf6631508
parent950e60363a172b00dd35f7ee899c9ada1fb2030b (diff)
downloadmruby-4970e24a1c2ff0efe03896b2eb44f579d55ffd09.tar.gz
mruby-4970e24a1c2ff0efe03896b2eb44f579d55ffd09.zip
Remove `full-core` from `target/appveyor.rb`.
-rw-r--r--target/appveyor.rb12
1 files changed, 0 insertions, 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