ext/google/protobuf_c/extconf.rb in google-protobuf-3.0.0.alpha.1.0 vs ext/google/protobuf_c/extconf.rb in google-protobuf-3.0.0.alpha.1.1

- old
+ new

@@ -3,8 +3,8 @@ require 'mkmf' $CFLAGS += " -O3 -std=c99 -Wno-unused-function -DNDEBUG " $objs = ["protobuf.o", "defs.o", "storage.o", "message.o", - "repeated_field.o", "encode_decode.o", "upb.o"] + "repeated_field.o", "map.o", "encode_decode.o", "upb.o"] create_makefile("google/protobuf_c")