mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove debug target from travis_config.rb.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user