diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-02-02 16:47:44 -0800 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-02-02 16:47:44 -0800 |
commit | 6af442750a528a2427b0d552b4f93fa3a03b64e9 (patch) | |
tree | cb237f4e69ca9437fd9dc4444965fc66a005fa54 | |
parent | 7f43bb25deb3a12b4adcf3b8c7079bcca440cf7b (diff) |
remove -Werror compiler option in ruby Makefile to build on mac in opt configuration
-rw-r--r-- | src/ruby/ext/grpc/extconf.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ruby/ext/grpc/extconf.rb b/src/ruby/ext/grpc/extconf.rb index 66c54aa3e0..b379664bab 100644 --- a/src/ruby/ext/grpc/extconf.rb +++ b/src/ruby/ext/grpc/extconf.rb @@ -102,7 +102,6 @@ $CFLAGS << ' -std=c99 ' $CFLAGS << ' -Wall ' $CFLAGS << ' -Wextra ' $CFLAGS << ' -pedantic ' -$CFLAGS << ' -Werror ' $CFLAGS << ' -Wno-format ' output = File.join('grpc', 'grpc_c') |