We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7778b68 commit 464d31fCopy full SHA for 464d31f
build_config.rb
@@ -1,9 +1,9 @@
1
MRuby::Build.new do |conf|
2
toolchain :gcc
3
- #enable_debug
4
- #conf.enable_sanitizer "address,undefined"
+ enable_debug
+ conf.enable_sanitizer "address,undefined"
5
conf.cc.flags << '-fno-omit-frame-pointer'
6
- #conf.enable_debug
+ conf.enable_debug
7
conf.enable_test
8
conf.gembox 'full-core'
9
conf.gem File.expand_path(File.dirname(__FILE__))
0 commit comments