Sha256: 075e97dccf9291a05063fe43ee425bdf8948e4bc04448899f9bed38fece7dc3a

Contents?: true

Size: 233 Bytes

Versions: 49

Compression:

Stored size: 233 Bytes

Contents

#!/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")

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
google-protobuf-3.2.0-universal-darwin ext/google/protobuf_c/extconf.rb
google-protobuf-3.2.0-x64-mingw32 ext/google/protobuf_c/extconf.rb
google-protobuf-3.2.0-x86-linux ext/google/protobuf_c/extconf.rb
google-protobuf-3.2.0-x86-mingw32 ext/google/protobuf_c/extconf.rb
google-protobuf-3.2.0-x86_64-linux ext/google/protobuf_c/extconf.rb
google-protobuf-3.2.0 ext/google/protobuf_c/extconf.rb
google-protobuf-3.1.0-x86-mingw32 ext/google/protobuf_c/extconf.rb
google-protobuf-3.1.0-x86-linux ext/google/protobuf_c/extconf.rb
google-protobuf-3.1.0-x86_64-linux ext/google/protobuf_c/extconf.rb
google-protobuf-3.1.0-x64-mingw32 ext/google/protobuf_c/extconf.rb
google-protobuf-3.1.0 ext/google/protobuf_c/extconf.rb
google-protobuf-3.1.0-universal-darwin ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.2-universal-darwin ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.2-x86-mingw32 ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.2-x86-linux ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.2-x86_64-linux ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.2-x64-mingw32 ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.2 ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.0-universal-darwin ext/google/protobuf_c/extconf.rb
google-protobuf-3.0.0-x64-mingw32 ext/google/protobuf_c/extconf.rb