We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MARLINDEBUG
There are several processors and an example from which most of these are probably derived that still mention a MARLINDEBUG compiler option, e.g.
Marlin/examples/mymarlin/src/MyProcessor.cc
Lines 121 to 125 in dd3dc6b
This option hasn't existed in a long time and is slightly confusing if people are looking at why their processor doesn't produce output on DEBUG.
DEBUG
Whether that option exists or not is actually full determined by the streamlog library and how that was compiled, most importantly, here:
https://github.com/iLCSoft/iLCUtil/blob/cf58a5902010ccbcc318338132d357635d6a7c54/streamlog/source/include/streamlog/baselevels.h#L24-L30
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are several processors and an example from which most of these are probably derived that still mention a
MARLINDEBUG
compiler option, e.g.Marlin/examples/mymarlin/src/MyProcessor.cc
Lines 121 to 125 in dd3dc6b
This option hasn't existed in a long time and is slightly confusing if people are looking at why their processor doesn't produce output on
DEBUG
.Whether that option exists or not is actually full determined by the streamlog library and how that was compiled, most importantly, here:
https://github.com/iLCSoft/iLCUtil/blob/cf58a5902010ccbcc318338132d357635d6a7c54/streamlog/source/include/streamlog/baselevels.h#L24-L30
The text was updated successfully, but these errors were encountered: