summaryrefslogtreecommitdiff
path: root/build_extra/flatbuffers/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'build_extra/flatbuffers/BUILD.gn')
-rw-r--r--build_extra/flatbuffers/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_extra/flatbuffers/BUILD.gn b/build_extra/flatbuffers/BUILD.gn
index aaf82422c..b56731935 100644
--- a/build_extra/flatbuffers/BUILD.gn
+++ b/build_extra/flatbuffers/BUILD.gn
@@ -17,6 +17,9 @@ config("flatbuffers_config") {
# TODO: rust branch of flatbuffers has this warning.
# This should be removed when the branch fixed.
"-Wno-return-type",
+
+ "-fcolor-diagnostics",
+ "-fansi-escape-codes",
]
}
}