mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
remove unnecessary build opt (#1783)
This commit is contained in:
parent
fe0ceae543
commit
142aedd329
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue