diff options
| author | fleuria <[email protected]> | 2013-11-16 15:13:58 +0800 |
|---|---|---|
| committer | fleuria <[email protected]> | 2013-11-16 15:13:58 +0800 |
| commit | 05fb139d28c2814b2b19a65d0f83c72bc1644777 (patch) | |
| tree | f5fa9302d39e5d17f6b19ae4d9bd1881f886e8a9 /build_config.rb | |
| parent | 50c029f09d6c30f1074b374cdec3cb7a0c61c5d4 (diff) | |
| download | mruby-05fb139d28c2814b2b19a65d0f83c72bc1644777.tar.gz mruby-05fb139d28c2814b2b19a65d0f83c72bc1644777.zip | |
add a comment for enable_bintest in build_config.rb
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index 58b1f1e24..11c09b199 100644 --- a/build_config.rb +++ b/build_config.rb @@ -70,7 +70,9 @@ MRuby::Build.new do |conf| # file separetor # conf.file_separator = '/' - conf.enable_bintest = true + + # bintest + # conf.enable_bintest = true end # Define cross build settings |
