mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:17:35 +00:00
Meta: Port GCC compile option from cmake to gn
The clang build is very noisy without -Wno-implicit-const-int-float-conversion
This commit is contained in:
parent
b4df4d66dc
commit
1b395a3df9
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ config("compiler_defaults") {
|
|||
"-Wno-user-defined-literals",
|
||||
"-fconstexpr-steps=16777216",
|
||||
"-Wno-unused-private-field",
|
||||
"-Wno-implicit-const-int-float-conversion",
|
||||
]
|
||||
} else {
|
||||
cflags += [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue