Meta: Move some flags to common_compile_options.cmake

No behavior change.
This commit is contained in:
Nico Weber 2023-04-15 17:34:18 -04:00 committed by Linus Groh
commit 4aaefeb1d5
Notes: sideshowbarker 2024-07-17 03:03:15 +09:00
3 changed files with 7 additions and 8 deletions

View file

@ -4,11 +4,7 @@ add_compile_options(-Wno-implicit-const-int-float-conversion)
add_compile_options(-Wno-literal-suffix)
add_compile_options(-Wno-maybe-uninitialized)
add_compile_options(-Wno-shorten-64-to-32)
add_compile_options(-Wno-unknown-warning-option)
add_compile_options(-Wno-unused-command-line-argument)
add_compile_options(-fsigned-char)
add_compile_options(-fno-exceptions)
add_compile_options(-fdiagnostics-color=always)
add_compile_options(-g1)
add_compile_options(-O2)
if (NOT ENABLE_FUZZERS AND NOT APPLE)