As noted in issue #153, src/thermophysicalModels/reactionThermo has to be built without the -gdwarf option, due to a massive number of strings reaching the assembler and quitting midway.
There are several possible solutions, none of which were tried past removing this option, namely:
Changing how we do stack tracing.
Attempting to split the relevant file rhoReactionThermo/rhoReactionThermos in hopes that it would circumvent the problem.
Either way, this issue is left here as a future task.
As noted in issue #153,
src/thermophysicalModels/reactionThermo
has to be built without the-gdwarf
option, due to a massive number of strings reaching the assembler and quitting midway.There are several possible solutions, none of which were tried past removing this option, namely:
rhoReactionThermo/rhoReactionThermos
in hopes that it would circumvent the problem.Either way, this issue is left here as a future task.