I'm trying to add tracing-coz to a program I'm working on. As specified in the docs, I'm building with CARGO_PROFILE_RELEASE_DEBUG=true, but that causes the following error:
[libcoz.cpp:100] bootstrapping coz
[libcoz.cpp:128] Including MAIN, which is /mnt/Archive/Git/iroha/target/release/examples/million_accounts_genesis
terminate called after throwing an instance of 'dwarf::format_error'
what(): unknown compilation unit version 5
I'm trying to add
tracing-cozto a program I'm working on. As specified in the docs, I'm building withCARGO_PROFILE_RELEASE_DEBUG=true, but that causes the following error: