Skip to content
Snippets Groups Projects
Commit 8a16ce26 authored by murgatroid99's avatar murgatroid99
Browse files

Make new linker warning linux-only

parent 91633cb2
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ if grpc_config == 'gcov'
end
$LDFLAGS << ' -Wl,-wrap,memcpy' if RUBY_PLATFORM =~ /linux/
$LDFLAGS << ' -Wl,--no-undefined'
$LDFLAGS << ' -Wl,--no-undefined' if RUBY_PLATFORM =~ /linux/
$LDFLAGS << ' -static' if windows
$CFLAGS << ' -std=c99 '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment