summaryrefslogtreecommitdiffhomepage
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-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