diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-16 16:37:31 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-16 16:37:31 +0900 |
| commit | 3c55cb089514d40ff17e9f29f9195c85111e0c10 (patch) | |
| tree | 2703720e424a00889923e0e8014133a16e0bd4d9 | |
| parent | a373c48f3b07a5268efe8e2d93b1711a7f77574b (diff) | |
| download | mruby-3c55cb089514d40ff17e9f29f9195c85111e0c10.tar.gz mruby-3c55cb089514d40ff17e9f29f9195c85111e0c10.zip | |
Turn of `enable_debug` by default; ref #5096
It was once turned off by #4045
| -rw-r--r-- | target/host.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/host.rb b/target/host.rb index 1f655c1a0..0a92b9108 100644 --- a/target/host.rb +++ b/target/host.rb @@ -80,7 +80,7 @@ MRuby::Build.new do |conf| # conf.file_separator = '/' # Turn on `enable_debug` for better debugging - conf.enable_debug + # conf.enable_debug conf.enable_bintest conf.enable_test end |
