|
@@ -2,9 +2,7 @@
|
|
|
|
|
|
require 'mkmf'
|
|
|
|
|
|
-$CFLAGS += " -O3 -std=c99 -Wno-unused-function " +
|
|
|
- "-Wno-declaration-after-statement -Wno-unused-variable " +
|
|
|
- "-Wno-sign-compare -DNDEBUG "
|
|
|
+$CFLAGS += " -O3 -DNDEBUG"
|
|
|
|
|
|
$objs = ["protobuf.o", "defs.o", "storage.o", "message.o",
|
|
|
"repeated_field.o", "map.o", "encode_decode.o", "upb.o"]
|