Hmm, I have not really stress tested in particular with the binary compiled
using '-enable-debug', but have definitely used such a binary in production
with not much of a noticeable degradation (if any). The one benefit in using
such a binary is that it enables debug asserts (ink_assert) and allows to catch
potential bugs that only crash in non release builds. Of course, the risk in
deploying such a binary in all of your production is a potential systematic
crash across the entire set of ATS boxes, but, I've definitely used and
deployed such build in a small number of hosts in the past.
Thanks,
Sudheer
On Tuesday, April 20, 2021, 02:12:57 PM PDT, Chou, Peter
<[email protected]> wrote:
Hi,
I know there was some discussion on the bug scrub (last week I think) that
enabling debug output in the records.config on any debug tags will greatly
reduce performance.
Is it also the case that using a binary compiled with '-enable-debug' will also
cause performance issues?
Thanks,
Peter