Skip to content

Commit be49a9e

Browse files
committed
Add workaround for UV::Loop#close .
1 parent 85cc75d commit be49a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mrbgem.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ MRuby::Gem::Specification.new('mruby-uv') do |spec|
4646
file libuv_lib => header do |t|
4747
Dir.chdir(libuv_dir) do
4848
e = {
49-
'CC' => "#{build.cc.command} #{build.cc.flags.join(' ')}",
49+
'CC' => "#{build.cc.command} #{build.cc.flags.join(' ')} -DNDEBUG",
5050
'CXX' => "#{build.cxx.command} #{build.cxx.flags.join(' ')}",
5151
'LD' => "#{build.linker.command} #{build.linker.flags.join(' ')}",
5252
'AR' => build.archiver.command

0 commit comments

Comments
 (0)