aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-07-19 16:51:22 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-07-19 16:51:22 -0700
commit90e5b2e58e940ae77e6f592384dbb13af225dfa9 (patch)
tree246e6589d614227f6e595af8b713912551f1fe70 /src
parentab8dfb8021d30871a102dd0bd3bccefe2e49182d (diff)
Remove undefined reference warning in Ruby build
Diffstat (limited to 'src')
-rw-r--r--src/ruby/ext/grpc/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ruby/ext/grpc/extconf.rb b/src/ruby/ext/grpc/extconf.rb
index 46749644ee..6d65db8306 100644
--- a/src/ruby/ext/grpc/extconf.rb
+++ b/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 '