Sign in
android
/
platform
/
external
/
protobuf
/
0ab78e19eb56fb992105eba034f3b63fd67b4ae5
/
.
/
ruby
/
ext
/
google
/
protobuf_c
/
extconf.rb
blob: b368dcc6c7430331d8ef533560a3afe02d182e42 [
file
] [
log
] [
blame
]
#!/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"
)