mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
remove unnecessary build opt (#1783)
This commit is contained in:
parent
fe0ceae543
commit
142aedd329
@ -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",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user