Skip to content
Snippets Groups Projects
Commit 42b08aec authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

Merge pull request #7474 from murgatroid99/ruby_remove_undef_symbol_warning

Remove undefined reference warning in Ruby build
parents ab8dfb80 90e5b2e5
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,6 @@ if grpc_config == 'gcov' ...@@ -92,7 +92,6 @@ if grpc_config == 'gcov'
end end
$LDFLAGS << ' -Wl,-wrap,memcpy' if RUBY_PLATFORM =~ /linux/ $LDFLAGS << ' -Wl,-wrap,memcpy' if RUBY_PLATFORM =~ /linux/
$LDFLAGS << ' -Wl,--no-undefined' if RUBY_PLATFORM =~ /linux/
$LDFLAGS << ' -static' if windows $LDFLAGS << ' -static' if windows
$CFLAGS << ' -std=c99 ' $CFLAGS << ' -std=c99 '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment