modules/mruby/examples/mrbgems/c_extension_example/mrbgem.rake in webruby-0.2.7 vs modules/mruby/examples/mrbgems/c_extension_example/mrbgem.rake in webruby-0.9.1

- old
+ new

@@ -1,8 +1,8 @@ MRuby::Gem::Specification.new('c_extension_example') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' - + # Add compile flags # spec.cc.flags << '-g' # Add cflags to all # spec.mruby.cc.flags << '-g'