diff --git a/Meta/CMake/serenity_compile_options.cmake b/Meta/CMake/serenity_compile_options.cmake index b76bb0c1ed..9ff67a17f6 100644 --- a/Meta/CMake/serenity_compile_options.cmake +++ b/Meta/CMake/serenity_compile_options.cmake @@ -29,6 +29,9 @@ add_compile_options(-fstack-protector-strong) add_link_options(-fstack-protector-strong) add_compile_options(-g1) +# FIXME: Remove this once DWARF revision 5 is supported +add_compile_options(-gdwarf-4) + if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") add_compile_options(-Wno-literal-suffix) add_compile_options(-Wno-maybe-uninitialized)