summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'build_config.rb')
-rw-r--r--build_config.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/build_config.rb b/build_config.rb
index 1429837be..751317c7a 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -8,7 +8,8 @@ MRuby::Build.new do |conf|
toolchain :gcc
end
- enable_debug
+ # Turn on `enable_debug` for better debugging
+ # enable_debug
# Use mrbgems
# conf.gem 'examples/mrbgems/ruby_extension_example'
@@ -28,7 +29,7 @@ MRuby::Build.new do |conf|
# cc.command = ENV['CC'] || 'gcc'
# cc.flags = [ENV['CFLAGS'] || %w()]
# cc.include_paths = ["#{root}/include"]
- # cc.defines = %w(DISABLE_GEMS)
+ # cc.defines = %w()
# cc.option_include_path = '-I%s'
# cc.option_define = '-D%s'
# cc.compile_options = "%{flags} -MMD -o %{outfile} -c %{infile}"