diff options
Diffstat (limited to 'target/clang-asan.rb')
| -rw-r--r-- | target/clang-asan.rb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/clang-asan.rb b/target/clang-asan.rb deleted file mode 100644 index e693332c2..000000000 --- a/target/clang-asan.rb +++ /dev/null @@ -1,21 +0,0 @@ -MRuby::Build.new do |conf| - toolchain :clang - # include the GEM box - conf.gembox 'default' - - # C compiler settings - conf.cc do |cc| - cc.flags << "-fsanitize=address,undefined" - cc.include_paths = ["#{root}/include"] - end - - # Linker settings - conf.linker do |linker| - linker.flags << "-fsanitize=address,undefined" - end - - # Turn on `enable_debug` for better debugging - enable_debug - conf.enable_bintest - conf.enable_test -end |
