Sha256: 225f59a8da57897ece0c3d8e16f0eabd65317efbd14a680c17f0b7a84291e250

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

#!/usr/bin/ruby

require 'mkmf'

$CFLAGS += " -O3 -std=c99 -Wno-unused-function -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")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
google-protobuf-3.0.0.alpha.3.1.pre ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.0.alpha.2.0 ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.0.alpha.1.1 ext/google/protobuf_c/extconf.rb