Merge pull request #7474 from murgatroid99/ruby_remove_undef_symbol_warning

Remove undefined reference warning in Ruby build
pull/7438/merge
Nicolas Noble 8 years ago committed by GitHub
commit 42b08aec22
  1. 1
      src/ruby/ext/grpc/extconf.rb

@ -92,7 +92,6 @@ if grpc_config == 'gcov'
end
$LDFLAGS << ' -Wl,-wrap,memcpy' if RUBY_PLATFORM =~ /linux/
$LDFLAGS << ' -Wl,--no-undefined' if RUBY_PLATFORM =~ /linux/
$LDFLAGS << ' -static' if windows
$CFLAGS << ' -std=c99 '

Loading…
Cancel
Save