mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-17 09:56:35 +09:00
Author: https://github.com/SebastianZaha Commit: https://github.com/SerenityOS/serenity/commit/1b395a3df9 Pull-request: https://github.com/SerenityOS/serenity/pull/20533
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…
Reference in a new issue