summaryrefslogtreecommitdiffhomepage
path: root/build_config.rb
diff options
context:
space:
mode:
authorMav7 <[email protected]>2015-11-14 05:37:10 -0500
committerMav7 <[email protected]>2015-11-14 05:37:10 -0500
commit66a839eb54a3d37dadd9fe23a8096dc239137519 (patch)
treecb34df8a228e9df5b35069778cac827aa3cd0b32 /build_config.rb
parent27146dca167e0aa8aa436b890bb6ca7ca9ddd85c (diff)
downloadmruby-66a839eb54a3d37dadd9fe23a8096dc239137519.tar.gz
mruby-66a839eb54a3d37dadd9fe23a8096dc239137519.zip
Added more YARD docs to mruby.h
Diffstat (limited to 'build_config.rb')
-rw-r--r--build_config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb
index ec6d1a98c..d7017dc78 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -21,7 +21,6 @@ MRuby::Build.new do |conf|
# include the default GEMs
conf.gembox 'default'
-
# C compiler settings
# conf.cc do |cc|
# cc.command = ENV['CC'] || 'gcc'