Skip to content
New issue

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

Several references to long gone MARLINDEBUG compiler option #61

Open
tmadlener opened this issue Dec 6, 2024 · 0 comments
Open

Several references to long gone MARLINDEBUG compiler option #61

tmadlener opened this issue Dec 6, 2024 · 0 comments

Comments

@tmadlener
Copy link
Contributor

There are several processors and an example from which most of these are probably derived that still mention a MARLINDEBUG compiler option, e.g.

//-- note: this will not be printed if compiled w/o MARLINDEBUG=1 !
streamlog_out(DEBUG) << " processing event: " << evt->getEventNumber()
<< " in run: " << evt->getRunNumber() << std::endl ;

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant