diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-01-15 23:39:19 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-01-15 23:39:19 +0900 |
| commit | f7abda14370e6341dad180da3d04f8f2f4ff0cf0 (patch) | |
| tree | b9ce8bb17fe3e95dcb3bde8d061e8f7a9b17e4a6 /travis_config.rb | |
| parent | ff57c0278fe7c2b83231fa40e0284e6685a29ee7 (diff) | |
| download | mruby-f7abda14370e6341dad180da3d04f8f2f4ff0cf0.tar.gz mruby-f7abda14370e6341dad180da3d04f8f2f4ff0cf0.zip | |
Remove `debug` target from `travis_config.rb`.
Diffstat (limited to 'travis_config.rb')
| -rw-r--r-- | travis_config.rb | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
