remove unnecessary build opt (#1783)

This commit is contained in:
Yoshiya Hinosawa 2019-02-16 01:06:26 +09:00 committed by Ryan Dahl
parent fe0ceae543
commit 142aedd329

View File

@ -13,11 +13,6 @@ config("flatbuffers_config") {
cflags = [
"-Wno-exit-time-destructors",
"-Wno-header-hygiene",
# TODO: rust branch of flatbuffers has this warning.
# This should be removed when the branch fixed.
"-Wno-return-type",
"-fcolor-diagnostics",
"-fansi-escape-codes",
]