mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
Meta: Enable DWARF 5 debug information
For our use case DWARF 5 seems to work fine now (see previous commit)
This commit is contained in:
parent
cf79df0edb
commit
7f3b98093e
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ add_compile_options(-fstack-clash-protection)
|
|||
add_compile_options(-fstack-protector-strong)
|
||||
add_link_options(-fstack-protector-strong)
|
||||
|
||||
# FIXME: Remove this once DWARF revision 5 is supported
|
||||
add_compile_options(-gdwarf-4)
|
||||
|
||||
# Note: This needs to be set _after_ setting the DWARF version, otherwise we end up generating more debug information than we need.
|
||||
add_compile_options(-g1)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue