aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/google/protobuf_c/extconf.rb
blob: 9675f57f375798abcb2495da21360ffc7f363b75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/ruby

require 'mkmf'

$CFLAGS += " -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")