temporary fork of saphyr with serde support merged into main.
Find a file
Ethiraric bcdd725049 Remove debug prints code from release builds.
If building release mode, remove debug code. Now, the `debug_print!`
macro resolves to nothing in release build.

In debug build, don't check the environment for each print. This has a
huge overhead. The environment is only checked once and next checks are
made against a simple boolean value.
2024-01-24 02:22:02 +01:00
parser Remove debug prints code from release builds. 2024-01-24 02:22:02 +01:00