summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--build_config.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/build_config.rb b/build_config.rb
index a6502ac86..75c3520ea 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -25,6 +25,11 @@ MRuby::Build.new do |conf|
# cc.compile_options = "%{flags} -MMD -o %{outfile} -c %{infile}"
# end
+ # mrbc settings
+ # conf.mrbc do |mrbc|
+ # mrbc.compile_options = "-g -B%{funcname} -o- -" # The -g option is required for line numbers
+ # end
+
# Linker settings
# conf.linker do |linker|
# linker.command = ENV['LD'] || 'gcc'