Index: third_party/protobuf/ruby/ext/google/protobuf_c/extconf.rb |
diff --git a/third_party/protobuf/ruby/ext/google/protobuf_c/extconf.rb b/third_party/protobuf/ruby/ext/google/protobuf_c/extconf.rb |
deleted file mode 100644 |
index b368dcc6c7430331d8ef533560a3afe02d182e42..0000000000000000000000000000000000000000 |
--- a/third_party/protobuf/ruby/ext/google/protobuf_c/extconf.rb |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-#!/usr/bin/ruby |
- |
-require 'mkmf' |
- |
-$CFLAGS += " -std=c99 -O3 -DNDEBUG" |
- |
-$objs = ["protobuf.o", "defs.o", "storage.o", "message.o", |
- "repeated_field.o", "map.o", "encode_decode.o", "upb.o"] |
- |
-create_makefile("google/protobuf_c") |