ATDM: Add a release-debug build that adds debug symbols #6023
Labels
ATDM Config
Issues that are specific to the ATDM configuration settings
ATDM DevOps
Issues that will be worked by the Coordinated ATDM DevOps teams
client: ATDM
Any issue primarily impacting the ATDM project
CLOSED_DUE_TO_INACTIVITY
Issue or PR has been closed by the GitHub Actions bot due to inactivity.
MARKED_FOR_CLOSURE
Issue or PR is marked for auto-closure by the GitHub Actions bot.
type: enhancement
Issue is an enhancement, not a bug
It was required in #6022 that the
release-debug
keyword in that ATDM Trilinos build name setCMAKE_BULD_TYPE=RELWITHDEBINFO
instead ofCMAKE_BULD_TYPE=RELEASE
so that-g
will get set. his will increase the size of the executables (perhaps but a lot) with the addition of-g
but no more than a puredebug
build which setsCMAKE_BUILD_TYPE=DEBUG
. And you need debug symbol info to make the runtime error messages generated from the runtime error checks enabled byTrilinos_ENABLE_DEBUG=ON
to be more useful (like in stack traces).The text was updated successfully, but these errors were encountered: