Skip to content

Several references to long gone MARLINDEBUG compiler option #61

@tmadlener

Description

@tmadlener

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions