Skip to content

Commit

Permalink
Add -fno-omit-frame-pointer as default flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Dec 10, 2024
1 parent d24d25d commit d8fda17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scram-tools.file/tools/gcc/gcc-cxxcompiler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<flags CXXFLAGS="-Werror=return-local-addr -Wnon-virtual-dtor"/>
<flags CXXFLAGS="-Werror=switch -fdiagnostics-show-option"/>
<flags CXXFLAGS="-Wno-unused-local-typedefs -Wno-attributes -Wno-psabi"/>
<flags CXXFLAGS="-fno-omit-frame-pointer"/>
<flags CXXFLAGS="@GCC_WARNINGS@"/>
<flags LTO_FLAGS="@LTO_FLAGS@"/>
<flags PGO_FLAGS="-fprofile-prefix-path=$(LOCALTOP) -fprofile-update=prefer-atomic -fprofile-correction"/>
Expand Down

0 comments on commit d8fda17

Please sign in to comment.