From f7abda14370e6341dad180da3d04f8f2f4ff0cf0 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 15 Jan 2020 23:39:19 +0900 Subject: Remove `debug` target from `travis_config.rb`. --- travis_config.rb | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'travis_config.rb') diff --git a/travis_config.rb b/travis_config.rb index 2263bac25..f4bef0a52 100644 --- a/travis_config.rb +++ b/travis_config.rb @@ -1,17 +1,3 @@ -MRuby::Build.new('debug') do |conf| - toolchain :gcc - enable_debug - - # include all core GEMs - conf.gembox 'full-core' - conf.cc.flags += %w(-Werror=declaration-after-statement) - conf.compilers.each do |c| - c.defines += %w(MRB_GC_STRESS MRB_GC_FIXED_ARENA MRB_METHOD_CACHE) - end - - build_mrbc_exec -end - MRuby::Build.new('full-debug') do |conf| toolchain :gcc enable_debug -- cgit v1.2.3