1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

Meta: Port GCC compile option from cmake to gn

The GCC build is extremely noisy without -Wno-literal-suffix. (Tested on
 GCC12)
This commit is contained in:
Sebastian Zaha 2023-08-03 10:26:59 +02:00 committed by Andrew Kaster
parent 1e953f2acc
commit a89e95f57c

View file

@ -111,6 +111,8 @@ config("compiler_defaults") {
# instead) on clang<=3.8. Clang also has a -Wredundant-move, but it
# only fires when the types match exactly, so we can keep it here.
"-Wno-redundant-move",
"-Wno-literal-suffix",
]
}