Skip to content
Snippets Groups Projects
Commit 6af44275 authored by Alexander Polcyn's avatar Alexander Polcyn
Browse files

remove -Werror compiler option in ruby Makefile to build on mac in opt configuration

parent 7f43bb25
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,6 @@ $CFLAGS << ' -std=c99 ' ...@@ -102,7 +102,6 @@ $CFLAGS << ' -std=c99 '
$CFLAGS << ' -Wall ' $CFLAGS << ' -Wall '
$CFLAGS << ' -Wextra ' $CFLAGS << ' -Wextra '
$CFLAGS << ' -pedantic ' $CFLAGS << ' -pedantic '
$CFLAGS << ' -Werror '
$CFLAGS << ' -Wno-format ' $CFLAGS << ' -Wno-format '
output = File.join('grpc', 'grpc_c') output = File.join('grpc', 'grpc_c')
......
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