diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-25 21:41:28 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-25 21:42:10 +0900 |
| commit | fba7874a680ef686ae1d3915dbadbe7a3a26b8b7 (patch) | |
| tree | af6c6a5dd2ca7bfbf496099bd81ffd9051c6c94d /build_config/host-cxx.rb | |
| parent | 6e17122c6d27c7b87f98d4937cfbb51ec1b3b521 (diff) | |
| download | mruby-fba7874a680ef686ae1d3915dbadbe7a3a26b8b7.tar.gz mruby-fba7874a680ef686ae1d3915dbadbe7a3a26b8b7.zip | |
Replace mere `enable_debug` by clearer `conf.enable_debug` [ci skip]
Diffstat (limited to 'build_config/host-cxx.rb')
| -rw-r--r-- | build_config/host-cxx.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_config/host-cxx.rb b/build_config/host-cxx.rb index 21b4cd417..ae313e45d 100644 --- a/build_config/host-cxx.rb +++ b/build_config/host-cxx.rb @@ -1,7 +1,6 @@ MRuby::Build.new do |conf| toolchain :gcc - enable_debug # include the default GEMs conf.gembox 'default' |
